Articles, Wordpress

How to remove date and time from posts

How To Remove Date From PostsI have removed date and time from my posts. Blog posts are mostly standalone articles which do not need a dated sequence. Some will feel that having dates are useful for reference or navigating a site, while some will just feel it is more organized to have some sort of chronological order for posts but I prefer the advantages of not timestamping posts.

Unless your blog is about the latest news-breaking technology or some time-sensitive topic such as blog contests or current events such as the recent PageRank update, there are compelling reasons to remove timestamping.

1. Good Information Is Timeless
People want fresh articles and having a date on articles no matter how good, serves only to make them seem outdated.

2. Higher Link Attraction
An article that is deemed outdated is less likely to be linked to by others.

3. Get More Comments
Even though existing comments would have dates on them, the article itself being not dated appears as being still fresh and thus readers are more likely to join in the comments.

4. Increase Marketing Potential
Articles are more marketable if they do not appear outdated as long as the topic itself is not about something current.

How To Remove Date And Time From Posts

Go to your theme editor and look for this code to remove:

< ?php the_time('F j, Y'); ? >

It can be found on the main index or home template, and single post template depending on your theme.

The same arguments go for not including dates in permalinks. You can change permalinks to leave out the date without breaking links by using a plugin.

See what A-list bloggers like ProBlogger and Steve Pavlina have to say about this at DailyBlogTips.

4 Comments

speak up

Add your comment below, or trackback from your own site.

Subscribe to these comments.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

*Required Fields