Archive for the ‘Plugin’ Category

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

Top Friends 0.3

08.26.2008 by Denis - 1 Comment
Posted in Plugin

I have upgraded my WordPress plugin Top Friends to version 0.3. The following features have beed added to the version:

  • Add a setting panel for the plugin
  • Compatible with the host which PHP version less than 5.2
  • Widgetize the plugin
  • .

Top Friends

More information about how to use the plugin please click Top Friends introduce page.

Download: Top Friends.

Top Friends

08.26.2008 by Denis - 7 Comments
Posted in Plugin

Top Friends is a WordPress blogroll enhancement plugin. The plugin will fetch your friends’ feeds, and then display the feed’s name and status icon base on last update time and latest two posts of the feed.

The plugin uses Google AjaxFeed API to fetch feed. So it need your server can manipulate JSON format data (PHP >= 5.2). The new version need’t it.

There are two options need to be setup for the plugin properly works.

  • Google AJAX Feed API Key is the API Key, you can apply it here.
  • Top Friends Feeds is the feeds that you want to fetch.

Top Friends

After upload and active the plugin, you can use the following function in your template.

<ol>
	<?php top_friends(); ?>
</ol>

Dowload: Top Friends

Simple Archive

07.27.2008 by Denis - 0 Comment
Posted in Plugin

There are lots of archive plugins for WordPress, but what I use is the archive function in BLIX theme. The plugin will list posts group by months, then the archive page will be thought as a static sitemap page by Search Engineer. So it will improve the blog performance in Search Engineer.

Now I package the function to a plugin Simple Archie.

Installation and Usage

  1. Upload plugin to directory wp-content/plugins/.
  2. Create a Page Template
  3. Add following code in the page template:
    <?php simple_archive(); ?>
  4. Upload the page template to your theme directory, and write a new page with the page template you just create.

Download: simple_archive.zip