• Resolved coocoon

    (@coocoon)


    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

Viewing 1 replies (of 1 total)
  • Thread Starter coocoon

    (@coocoon)

    Have solved it by my own the trick is well know

    now I use single.php (copy from index.php with my wanted changes)

    amd set

    <?php comments_template( is_single() ); // Get wp-comments.php template ?>

    before

    <?php get_sidebar(); ?>

    and it works

    greetinx

    coocoon

Viewing 1 replies (of 1 total)
  • The topic ‘comments_popup_link shown on main side head and comments_number on comments#’ is closed to new replies.