Category Archives: WordPress Tutorials

Basic WordPress Tutorials

If you’ve been following this blog, you know that I’ve already written a few tutorials and I would like to say to you that I definitely plan in writing a lot more. Unfortunately, there are no new tutorials from me in this post. What’s up with the title then? Last week, I’ve announced the launch of [...]
Also posted in News, WordPress | 4 Comments

Displaying Related Posts in Single Posts

A few weeks ago, I’ve showed how to display the most popular posts in the sidebar. Another way of getting more interested readers and pageviews is to display related posts in single posts. This is great for the readers as well, because they’ll get exposed to content that is related to what they’ve just finished [...]
Posted in WordPress Tutorials | 3 Comments

Installing WordPress Locally

If you are developing a theme or plugin for WordPress, you should definitely install WordPress on your machine because it will save you time, hassle, bandwidth, and much more. It’s also good for when you are just starting a new blog or a new project because you’ll be able to preview it and fix any [...]
Posted in WordPress Tutorials | 15 Comments

Displaying the Most Popular Posts in the Sidebar

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: Download the Popularity Contest plugin by Alex King; Edit the file popularity-contest.php: On line 39 (@define('AKPC_SHOWPOP', 1);), change it to 0 to not show each [...]
Posted in WordPress Tutorials | 8 Comments