2015-03-17, 02:02:23
(This post was last modified: 2015-03-17, 02:03:48 by Hypertexter.)
Hello,
I found something special when (News Manager language is "de_DE" and) the post date is inserted in a custom way, like:
or via "nm_custom_list_recent" in the same way:
Dates with 1-digit day numbers get an extra white space before the day number, which is not nice for line breaks sometimes, for example: "(title text) am _3. Dezember 2014"
Hypertexter
I found something special when (News Manager language is "de_DE" and) the post date is inserted in a custom way, like:
PHP Code:
<?php nm_custom_display_recent('<li><a href="{{ post_link }}"
target="_blank">{{ post_title }}</a><span class="nm_post_date"> am {{ post_date }}</span></li>',
'Tagname'); ?>
or via "nm_custom_list_recent" in the same way:
Dates with 1-digit day numbers get an extra white space before the day number, which is not nice for line breaks sometimes, for example: "(title text) am _3. Dezember 2014"
Hypertexter