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 [...]

1 Comment

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 [...]

3 Comments

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 [...]

13 Comments

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 [...]

6 Comments

Using Themes

Download the theme zip file to your local machine;
Extract the theme folder from the theme zip file;
Upload the theme folder to where_you_installed_wordpress/wp-content/themes;
Log in to the WordPress Administration Panels;
Click on the “Presentation” tab;
Click on the theme that you want to activate;
You’ve just installed a theme!

Using Plugins

Download the plugin zip file to your local machine;
Extract the [...]

2 Comments

What is timestamp?
Surprisingly, many bloggers don’t know about this neat WordPress feature. Timestamp lets you choose the date and time that your post will be published. A lot of well-known bloggers keep their blogs updated regularly by writing posts in advance and timestamping them. This feature is also good to be used when you go [...]

No Comments