Displaying the Most Popular Posts in the Sidebar
Posted by User ImageArtur Kim in WordPress Tutorials
This tutorial assumes that you already know how to install plugins.
There are other ways to obtain the same result, but I’m providing step-by-step instructions according to how I’ve done it in this blog:
1. Download the Popularity Contest plugin by Alex King;
2. Edit the file popularity-contest.php:
3. On line 39 (@define('AKPC_SHOWPOP', 1);), change it to 0 to not show each post’s popularity with the post content;
4. On line 49 (@define('AKPC_SHOWHELP', 1);), change it to 0 as well to not show the little [?] that links to the explanation of what the popularity means;
5. Install the Popularity Contest plugin;
6. Popularity values can be changed in the Popularity Contest Options (Options>Popularity);
7. Install the JAW Popular Posts Widget plugin by Thomas Watson Steen;
8. Drag and drop the widget called “Popular Posts” to the desired sidebar (Presentation>Widgets);
9. The title and the number of posts you would like to display can be edited in the widget options;
10. Your blog is now displaying the most popular posts in the sidebar!
This is definitely a great way to expose your blog’s best content to your visitors, making them stay longer and getting more page views. (;
Posted by User ImageArtur Kim in WordPress Tutorials
This tutorial assumes that you already know how to install plugins.
There are other ways to obtain the same result, but I’m providing step-by-step instructions according to how I’ve done it in this blog:
1. Download the Popularity Contest plugin by Alex King;
2. Edit the file popularity-contest.php:
3. On line 39 (@define('AKPC_SHOWPOP', 1);), change it to 0 to not show each post’s popularity with the post content;
4. On line 49 (@define('AKPC_SHOWHELP', 1);), change it to 0 as well to not show the little [?] that links to the explanation of what the popularity means;
5. Install the Popularity Contest plugin;
6. Popularity values can be changed in the Popularity Contest Options (Options>Popularity);
7. Install the JAW Popular Posts Widget plugin by Thomas Watson Steen;
8. Drag and drop the widget called “Popular Posts” to the desired sidebar (Presentation>Widgets);
9. The title and the number of posts you would like to display can be edited in the widget options;
10. Your blog is now displaying the most popular posts in the sidebar!
This is definitely a great way to expose your blog’s best content to your visitors, making them stay longer and getting more page views. (;
Comments