• I’m trying to find the code to remove the link that appears in the comment timestamp for a post. I see no purpose for the link and would like to style it differently. I know where the CSS is located, I just need to locate the link code in the PHP files. I’ve performed a search through every theme file and can’t find anything relating to the comment timestamp. I’m editing the Default (Kubrick) Theme for reference.

Viewing 1 replies (of 1 total)
  • open your index.php and comment this line

    <?php /*?><!– <p class=”postmetadata”><?php the_tags(‘Tags: ‘, ‘, ‘, ‘
    ‘); ?> Posted in <?php the_category(‘, ‘) ?> | <?php edit_post_link(‘Edit’, ”, ‘ | ‘); ?> <?php comments_popup_link(‘No Comments »’, ‘1 Comment »’, ‘% Comments »’); ?></p>
    </div>–><?php */?>

    this line is already commented from my index.php

    also do this for the rest of your page. i.e. single.php, archive.php etc.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I remove the timestamp link in comments?’ is closed to new replies.