Posts Tagged ‘Plugin’

WordPress Related Posts Plugin

10.08.2009 by Denis - 58 Comments
Posted in Plugin

WordPress Related Posts Plugin generates related posts via the WordPress tags. It then adds the related posts to a feed which can, among things, be displayed at the bottom of all your posts. It will help keep people on your site for longer, and get more of your content viewed.

Installation and Usage:

  1. Upload the WPRP folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Place <?php wp_related_posts(); ?> in your templates
  4. Navigate to Manage Panel > Setting > WordPress Related Posts to configure plugin output.

Download: WordPress Related Posts

Please donate via payapl to support the plugin’s development.

WordPress Related Posts

Comment Reply Notification

11.04.2008 by Denis - 22 Comments
Posted in Plugin

Comment Reply Notification is a WordPress plugin and It is only available on WordPress 2.7.

When a reply is made to a comment the user has left on the blog, an e-mail shall be sent to the user to notify him of the reply. This will allow the users to follow up the comment and expand the conversation if desired.

Just upload to plugin folder and active it though the plugin menu on WordPress Admin.

Download: comment-reply-notification.zip

AideRSS WordPress Plugin 0.2

09.17.2008 by Denis - 0 Comment
Posted in Plugin

Upgraded AideRSS WordPress Plugin to version 0.2, now the plugin can retrieve detail date (Diggs, Google Blog search, Comments, del.icio.us) from AideRSS API for top posts. check the demo below:

aiderss-plugin.jpg

This version need your server support CURL,if not, the output result of the plugin is same as verison 0.1.

After the plugin is uploaded and actived, you can add the following function in your template:

	aide_get_top_posts('month',10);

There are two parameters for the function:
period=[day|week|month|year|auto|length in seconds] : The period to return posts from.
num=[1-30] : The number of posts to return.

Dowload: wp-aiderss.zip

Google PageRank for WordPress

09.17.2008 by Denis - 1 Comment
Posted in Plugin

Google PageRank for WordPress can retrieve PageRank for every post, and display the PageRank value at the end of the post’s content.

Installation and Usage

  1. Upload the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. That’s all

Download: Google PageRank for WordPress