Viewing 4 replies - 1 through 4 (of 4 total)
  • Look in your theme’s template(s) for this tag:

    <?php comments_popup_link(); ?>

    It may already have parameters set between the (), but just change it to:

    <?php comments_popup_link('Love Me', '1 Person Loves Me', '% People Love Me'); ?>

    Thread Starter running

    (@running)

    What template exactlay am I looking in? I looked in Index and Comments and Popup Comments and I cant find the line I’m looking for.

    index.php
    You must have something like this:
    <div class="feedback">
    <?php wp_link_pages(); ?>
    <?php comments_popup_link(__('Comments (0)'), __('Comments (1)'), __('Comments (%)')); ?>
    </div>

    Change that line as advised above.

    ^^that snippet is found in wp-content/themes/my_hawt_theme/index.php

    I thought I’d just point that out ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Changing Comments (0) to Something else’ is closed to new replies.