By E. Brown

NOTE: This is for those hosting their blogs for free on WordPress. If you are not sure, you can check your URL. It will read something like name.wordpress.com

Like you, I frequently monitor the Blog Stats page on the WordPress Dashboard. It’s a barometer of audience participation and whether articles are of relevance. To make it easy for my readers to find the “Best Of WeirdGuy” I would manually go through the posts and note the lifetime views until I had a list of 10-20 articles. Then I would load the links into a Text widget. Needless to say, this process was cumbersome and time consuming. I emailed WordPress and after some back-and-forth correspondence Alex and I found the statistics pot of gold. Now creating a “Best Of…” widget is much easier.

I have had several bloggers comment on the “Best Of…” widget in my sidebar and some have asked me how to do it. For posterity, I decided to create this How-To so that you can share your best-of-the-best with the world. Enjoy!

Step 1 – Gather Your Data
From your Dashboard > Blog Stats Admin page, click on Top Posts & Pages.

How To Create A “Best Of” Widget From Your All Time Top Posts On WordPress

From Top Posts & Pages you can view summaries of top posts from the last week, 30 days, 3 months, or year. For this exercise we want to click on the line Summarize: All Time. This will give you a summary of the top posts for the life of the blog.

How To Create A “Best Of” Widget From Your All Time Top Posts On WordPress

Collect your data here for your top 10+ articles and posts.

How To Create A “Best Of” Widget From Your All Time Top Posts On WordPress

Step 2 – Format Your Widget
I like to open a second window, or if you use Tab Browsing, another Tab. Navigate to your Presentation > Widgets Admin page. Use an extra Text widget and title it, Best Of… (or something else snappy).

You will need to know some simple HTML for this next part. You can create a bulleted list or numbered list — the choice is yours. I like to use a bulleted list, or in HTML, an unordered list <ul>. Here you will move back and forth between your two Tabs or Windows. Return to your All Time stats page and Copy the link location (PC: right mouse click or Mac: CTRL click). Move back to your widget and Paste the URL for the article within your <a> tag. Type the article title, close out your tag and move on to the next link. Copy the next link location from the stats page and move back to the widget until you have added all your links.

How To Create A “Best Of” Widget From Your All Time Top Posts On WordPress

Your HTML Code should look something like this:

<li><a href=”Link Location Here”>Article Title Goes Here</a><br>

The <li> tag is for each List Item and the <br> tag puts a Break after the line.

Step 3 – Save Changes
Finally, close your widget and Save Changes from your Admin page. Click View Site to review your handy work and make sure it looks the way you expected and is placed on your blog where you want. If you need to tweak it or add/change more, just repeat Step 2 — That’s it!

What I have outlined here is “one way” of doing this. If anyone has used another method please feel free to share in the comments section below. Thanks.

Related Articles
10 Building Blocks To Engaging Presentations
Stop Covering Your A$$
5 Tips To Increase Blog Linking

Share This With Others
Share this article with Digg readers Share this article with del.icio.us readers Share this article with Fark readers Share with Technorati readers Share this with co.mments Share this article with Reddit! Share this article with Newsvine Share this with Feed Me Links Share this with StumbleUpon Share this with BlinkList Share this with SlashDot

Advertisement