Author Archive

A sticky post orderer

Wednesday, July 8th, 2009

A Sticky Post Orderer is a plugin I use on a daily basis to help order my posts. For example, if you want to write a blurb at the top of a list of different posts, you can simply list that post at the top using this plugin and ensure that it appears first. Without this plugin I would be lost.

It basically allows you to control the order of your posts in categories. This is a must plug-in for me and helped me get around the problem of ordering my posts which was nagging me for some time. You can download the plugin from here

Natty WP

Tuesday, June 30th, 2009

Natty WP Premium Themes offer a mix of some very good themes with a lot of very ordinary themes that shouldn’t be considered Premium. They also have some free themes but from what I could see they were nothing to write home about.

Type: Personal, magazine-style blogs
Price:
Single site: $US45.00, Developer pack license: $125, Developer Pack: $125 (12 months membership)

iThemes Premium Themes

Tuesday, June 30th, 2009

iThemes specializes in CMS Premium Wordpress Themes. There are some very good themes and some very ordinary themes among their collection.

iThemes

Type: CMS based Premium Themes

Price:
$79.95 (single-use), $149.95 (Multiple Use)

By: iThemes

WP Zoom Premium Themes

Friday, June 26th, 2009

Type: Mostly Magazine-style

Price: $69 (single-use), $199 (Multiple Use License), $149 (Developer)

WP Zoom is run by a very young guy (21?) from Maldova by the name of Pavel Ciorici.

WP Zoom offers a wide variety of Wordpress Premium Themes, with an emphasis on magazine style themes.

Studio Press Premium Theme

Friday, June 26th, 2009

Studiopress make a variety of Premium Themes (12 at the time of writing). They have a pretty good deal where you can purchase all themes at one price which also comes with the accompanying support.

Their themes are centered on providing sites which are good for a small business. If you are an individual, one option is to use their blog design services after you purchase the theme to tweak it in the way you want.

Ninja Affiliate

Monday, March 30th, 2009

Ninja Affiliate

Price: $97
Value for money: 5 out of 5

Description: Affiliate link cloaker/affiliate link manager

I recently purchased the best value for money and most useful plugin I’ve ever come across. I don’t like to hype products up, but this one did something rare – it did what it says it can do and it is easy to use.

Before I purchased this, I had a product called Wordpress Affiliate Pro which did something similar, but not as well. Although this wasn’t a bad product, Ninja Affiliate was much easier to use, more flexible and the support is better.

Ninja Affiliate is a WordPress plugin which hides your affiliate links. But, it also does a lot more.

  • Cloaking: The best part of the plugin and very easy to use.  You can easily choose how you want to make your affiliate links look.
  • Grouping Affiliate links: you can put your affiliate links in groups, name them and view click through data in the management screen.
  • Link Redirects: The plugin comes with a redirection system to help protect your links.
  • Link customization: You can easily customize the text that appears on the status bar of the browser when people hover on the link.
  • Keyword management: You can select what keywords you want to transform into affiliate links, and it also allows you to limit the number of keywords per post.

Ninja Affiliate’s web site.

WP Review Site Plugin and Theme

Sunday, October 12th, 2008

This plugin adds star ratings to your comment forms, and can be used on any Wordpress theme . The plugin also comes with a bonus WordPress theme designed especially for review sites

Continue here: WP Review Site Plugin and Theme

Popularity Contest Plugin

Tuesday, October 7th, 2008

Popularity Contest is one of my favourite Wordpress plugins because it is so useful. It automatically calculates the number of hits you get on posts, categories etc. and allows you to display them on your front page. Just using this plugin as a tool to better understand how users are using your site is useful, but having the top 10 posts always displayed on your site is good for SEO and allows users to easily get a grasp of what is popular on your site.

Download the plugin

All in one SEO Pack

Tuesday, October 7th, 2008

The All in one SEO Pack is made to improve your SEO for Wordpress. You insert tags and a description of your post and this plugin helps to get the word out there.

Popularity Contest Plugin for Wordpress

Saturday, October 4th, 2008

Popularity Contest

This is a great plugin which automatically ranks your most popular posts. It allows you to really see how people are using your site and which areas of your site are the most popular. It’s obviously pretty handy for users to see what parts of your site are popular and to easily access those pages. Unfortunately, for Wordpress 2.5 Alex King hasn’t released a working version yet, but you can download the latest version and the fix from here.

After you download the plugin, upload it to your plugins directory, and then activate it from the Wordpress admin panel. In my case, I want to put it in the sidebar. I had no idea how to do this so I had to experiment by placing the code in different parts of the sidebar.php file.

But, actually it wasn’t too hard in the end. First of all, go to your sidebar.php file and then scroll down to the place where you want to insert the code (this was the hard part for me!). Because I wanted to place it on the right-hand side of my page, I looked for a description of the right hand side – which I eventually found called <div class="sidebar_right">. I put the following code directly underneath this and ‘voila’ I had it working!! If you want to make the heading bigger you can replace ‘h2′ with ‘h1′ and you can change the name if you want as well and that will be reflected on your site.

<h2>Popular Posts</h2>

After this heading simply add the following code :

<ul><?php akpc_most_popular(); ?></ul>