Viewing 2 replies - 1 through 2 (of 2 total)
  • Look for this in your index.php file:

    <p class="postmetadata clear"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>">Permalink</a> | Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?>  <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>

    If you only want the comments to show, change it to this:

    <p class="postmetadata clear"><?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?></p>
    Theme Author Caroline Moore

    (@sixhours)

    If you make changes to the code, I highly recommend creating a child theme for your customizations so your changes won’t be lost when the theme is updated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Sixhours] Removing from the Frontpage’ is closed to new replies.