Tag Archives: Remove Date WordPress

WordPress Hacks – How to Remove Date from Posts

If you want to remove date from appearing on your blog posts, just delete the following snippet of codes from the /wp-content/themes/index.php page. 1 2 3 <div class="date"> <p><?php the_time(‘F j, Y’); ?></p> </div><div class="date"> <p><?php the_time(‘F j, Y’); ?></p> </div> If your theme has single.php, page,php, archives.php, find the codes and delete them too.… Read More »