Is there a date exclusion plugin the removes the date from all the pages? I've tried a couple, but they only removes the date from the front page. Or anybody know the code to remove from the php files? Thanks
The function which displays the date in Wordpress is the_date() and function which displays the time - the_time(). So find these functions in the files of theme directory (often this functions are in the files index.php, archive.php, search.php and single.php) and delete.
Yeah I can search through the php files manually, but I need the code for the date and time. I deleted it on another template, but I'm changing templates and can't locate where I kept the info. Thanks
Have you tried this one: http://www.dailyblogtips.com/date-exclusion-wordpress-plugin/ It works fine for me on my themes.
I already edited the templates, but I'll save it for the next time I install the theme. The ones I tried only removed the time stamp from the homepage, but this one doesn't look like one I tried. Thanks
ok , do this way , open theme editor and open page.php and search for this function in it the_date or the_time delete that code and you will be surely fine , if any problems dont hesitate to contact or rather paste your page.php of your theme and i can help you with that