Wordpress: Hiding Dates on Pages
I’ve been trying to figure out for some time how to remove date postings from Pages in Wordpress. Good news is, it was quite simple for the theme I’ve customized (beyond it’s original recognizable state!) for this site.
To remove the date from only Pages (not posts), accessing the wp-content/themes/mytheme/ through FTP, I simply duplicated the index.php file and renamed it page.php.
I then went into the page.php file and commented out the code at the very top, in the div class=”date”, and voila – date removed from pages and still viewable on posts.
I tried the date-exclusion plugin and couldn’t get it to work with my site/theme.
This trick of deleting or commenting out the code as shown above worked just perfectly.
posted in Geekery + Social Media, Webs Woven | 0 Comments

