• hello, wondering if you can help me, i wish to hide the post dates on my blog , im currently using the simpleX theme

    Thanks

Viewing 1 replies (of 1 total)
  • The time is being displayed with this code (snippet, around line 11):

    <small>Posted in <?php the_category(', ') ?> on <?php the_time('F jS, Y') ?>

    This is found in your index.php file, and most likely several other template files. If you remove the part: on <?php the_time('F jS, Y') ?> the time should no longer be displayed.

Viewing 1 replies (of 1 total)

The topic ‘hiding post times’ is closed to new replies.