May
28th

How Many Blog Posts?

Thanks for stopping by my personal blog on Marketing Technology! Over 50,000 visitors a month find my content worth returning for, so don't forget to subscribe to the Marketing Technology Blog RSS feed or to the Marketing Technology Email to have new content sent directly to your inbox. You may also find my other business blog helpful, Social Media Domination.

An interesting question was posed to me today and I wanted to share it with you folks to get your thoughts. Is there an easy way to tell how many blog posts a person’s blog has?

With WordPress, it’s pretty simple (perhaps too simple). Wrapping each post is a div with the Post ID. The Post ID happens to be synonymous with the number of posts. Thanks autonumber! :). I’m a little surprised that this isn’t obfuscated a little.

<div class="post" id="post-2276“>

Of course, this doesn’t take into consideration posts that you’ve deleted, but it’s a fairly close estimate.

With hosted blogging apps, like Blogger, it’s virtually impossible since the POSTID is assigned across all blogs:

blogID=20283310&postID=5610859732045586500

One of the easier means I use is to simply do a site search on Google. You can break down the year and how many posts are unique across the year:
http://www.google.com/search?q=site:http://buzzmarketingfortech.blogspot.com/2007/

My apologies to Paul Dunay (great Marketing podcasts!) in advance. I can tell by the search, using the year, that Paul has 125 posts. He had 50 the year before and 32 thus far in 2008. Kind of sneaky, huh?

Got any simple ways where you can tell the number of posts on a blog across the other platforms?

You might also find these posts interesting:

RSS feed | Trackback URI

6 Comments »

Comment by no imageBarbara Ling (SezWho)
2008-05-29 06:54:09

You could always run a Lynx command via a command tool to generate all the links found and then pipe it thru wc -l.

Kinda like using a hammer to push in a thumbtack. :)

My morning humor before I fall asleep at my keyboard, Barbara

Rate this:
2.8
 
Comment by no imagePaul Dunay (SezWho)
2008-05-29 07:25:43

Great post and great question Doug

Looks like I better get cranking on my blog!

Thanks for the mention

Rate this:
2.8
Comment by no imageDouglas Karr (SezWho)
2008-05-29 07:29:22

Hi Paul!

I needed a good blogger-based blog as an example and yours was top of mind.

It’s not about quantity - the quality of your posts and the time you take to edit and post them is evident!

Doug

Rate this:
2.9
 
 
Comment by no imageErik Deckers (SezWho)
2008-05-29 08:09:49

Or — and I realize I don’t have any good solutions like Google searches and special Lynx commands — you could just look at the archives which shows the number of posts for each month/year, and total them up with a pencil and paper. :-D

Erik

Rate this:
2.9
 
Comment by no imageMike Schinkel (SezWho)
2008-05-29 19:52:45

Enter Douglas Karr: Cyber-Stalker!

j/k ;-)

Just a note, there are several reasons MySQL might skip an autonumber so the post number is a maximum potential, not an exact number. Just FYI.

Rate this:
2.9
 
Comment by no imagezania (SezWho)
2008-05-29 22:11:18

Good catch Doug, I hadn’t realised you could find out this way - so simple too!
If the blog has hidden the links to the archive and I want to test if it is a fairly new blog or not (or just a spam blog with few posts), I usually press the RSS button in my firefox browser to look at the feed. As the default for Wordpress RSS posts is 10 (and often left untouched), any less posts than this on the feed will usually tell me this is a very new blog (and many spam blogs still have the ‘hello world’ there as the first post).
Totally untech I know. The ideas above are much more useful!
Rate this:
3.0
 
Name (required)
E-mail (required - never shown publicly)
URI
Your Comment (smaller size | larger size)
You may use <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> in your comment.

My Comment Policy: I moderate comments. Please be patient:

  • Spam will happily be destroyed.
  • Use your real name, not some keywords. Otherwise it will be destroyed.
  • Mean comments aren't necessary. If I don't post them I will reply personally to let you know why.
  • Lewd comments will be edited, I don't want my readers leaving because of offensive content.
Great debate, criticism and colorful commentary is always appreciated and approved!