Description
BlogList for Wordpress reproduce the new Blogger blogroll style in WordPress, it improves the default blogroll by using blogs’ RSS and Atom feeds to show update times, post titles, and favicons. It uses Simplepie for feed autodiscovery and the actual syndication.
Feature summary
- For pages with RSS and Atom feeds, BlogList for Wordpress can show last updated time and post title
- Displays the linked site favicon
- Sorts links by last update time
- Widget enabled
- Gets the link categories (from dashboard) automatically
- Sorts the links by categories (alphabetically)
- Custom apearance via simple CSS
- Cache the output for speed
- Gets the same arguments as the standard wp_list_bookmarks() function
- BlogList links are visible to search engine crawlers, so your blog’s PageRank and reputation flow to those you link to
Future features
- Sorting the links in multiple ways
- Showing an optional excerpt from the last post
- Showing multiple posts, titles or excerpts for linked blogs
- Customize the way last updated time is shown
Installation
- Upload the entire content of plugin archive to the
/wp-content/plugins/directory, so that everything will remain in a/wp-content/plugins/bloglist/folder - Activate the plugin through the ‘Plugins’ menu in WordPress
- Replace the default Blogroll widget with Bloglist in
Design > Widgetsor place<?php if (function_exists('show_bloglist')) { show_bloglist(); } ?>in your template - Enjoy.
Download
Bloglist for Wordpress version 1.0.1
Changelog
Version 1.0.1:
- fixed some cache problems
- added cache for favicons
- cache directory is created and chmod-ed with wp_mkdir_p
Version 1.0
- initial relase

17 comentarii · Comenteaza »