comments_popup_link shown on main side head and comments_number on comments#
-
First hello to all,
my question is how to solve the issue that, if I wanted that comments numbers are shown on the comments# side head.
examples: https://tips4blogger.eu/
–> .: geschrieben am 17 Oktober, 2006 von admin :: 13 Kommentare :.
but it doesn’t work on https://tips4blogger.eu/archives/2006/10/17/test3/#comments
–> .: geschrieben am 17 Oktober, 2006 von admin :: :.
I am using WordPress 2.0.4
the theme dunno the name anymore, is changed by myself
here is the code part:
[code]
<?php if (have_posts()) : while (have_posts()) : the_post(); ?><br/><h3 class="meta">
<?php _e(".: geschrieben am "); ?>
<?php the_time(get_settings('date_format')); ?>
von <?php the_author() ?>
<?php wp_link_pages(); ?> ::
<?php comments_popup_link(__('0 Kommentare'), __('1 Kommentar'), __('% Kommentare')); ?> :.</h3>[/code]
maybe anyone has an idea to help me
thanx a lot
coocoon
- The topic ‘comments_popup_link shown on main side head and comments_number on comments#’ is closed to new replies.