Word Press: Remove Date on Posts

posted by admin
April 21, 2010

Word Press Video

To remove the date on a post in Word Press you just need to comment out the right snippet of code. I used a plug in for FireFox called FireBug to right click and “Inspect Element”. By looking at the highlighted code I could see which style is being applied to the date.

In the Word Press “Edit Themes” page I selected the “Main Page Template” hit command (or control for PC users) + F to search the template for the “details1″ style that is applied to the date.

After locating the style I found the code snippet that generates the date and commented it out with the opening tag ““.

This only removes the date from the posts on the blog page. When you click on a title it takes you the the “Single Post” page. If you want to remove the date there you will have to edit the “Single Post” page in the “Edit Themes” editor as well.