Yes you can do that if you want to, but you would need to edit the theme's coding.
Go to your WP Dashboard > Presentation > Theme Editor > Main Index Template & Single Post (These are the 2 pages you would want to edit to remove the dates from both the front page and individual posts)
Look for this code and remove it: <*? php the_time('F jS, Y') ?*> (ignore the *)
Depending on your template, the code might vary slightly, but it should be the one that says "the_time" and you should be able to recognize it when you see it.
Last edited by nekonron : 17-02-08 at 07:44 PM.
|