Support » Fixing WordPress » Disable Posting Dates

Viewing 2 replies - 1 through 2 (of 2 total)
  • Edit your theme’s template files and remove references to <?php the_time(); ?> and/or <?php the_date()?>.

    Hi,

    You need to add this code in index.php file of your theme..

    <?php the_date(); ?>

    This code must be added before the comment code..

    Thanks,

    Shane G.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable Posting Dates’ is closed to new replies.