• Word press is the best, though with my word press theme I have uploaded I want to be able to hide what date the posts where submitted on or delete them all together can someone tell me please what php file i need to edit. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Look for and remove something like

    <?php the_time('F jS, Y') ?>

    that would be after

    <?php while (have_posts()) : the_post(); ?>

    Depends where you want to take it out. single.php page.php category.php index.php, etc

    Thread Starter deanbarnard

    (@deanbarnard)

    Thank you so much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing the dates from each post’ is closed to new replies.