2016-08-24, 00:43:50
@Carlos:
Thank you for the advice. You are absolutely right... And I have the same problem, even visible, in the footer of single post pages:
(which means: last change: ...)
Is there anything similar to
but for if nm is NOT single (to suppress this information for single pages footer)?
Hypertexter
Thank you for the advice. You are absolutely right... And I have the same problem, even visible, in the footer of single post pages:
PHP Code:
Zuletzt geändert: <?php echo strftime("%A, %e. %B %Y",get_page_date('U',false)); ?>
(which means: last change: ...)
Is there anything similar to
Code:
<?php if (nm_is_single()) { ?>
but for if nm is NOT single (to suppress this information for single pages footer)?
Hypertexter