Description
Plugin Download: Local: Visual Categories Plugin | WordPress: Visual Categories Plugin
Current: Version 1.6.0
Required: PHP >= 4.3.0 & WordPress 2.7.x – 2.8.x
Take control over the way you display your categories: This plugin enables you to build “category entries” which contain a link to the category and which may contain a link to the category’s feed, an image, the timestamp of when the category was last updated, and the current count of posts in the category.
Versions
Version 1.6.0: Added ordering by timestamp of most recent post.
Version 1.5.5: Version number was not updated in 1.5.4. Oops!
Version 1.5.4: Stripper & PHP 4 compatibility issue resolved.
Version 1.5.3: Stripper & PHP 4 compatibility issue resolved (probably).
Version 1.5.2: Covered for WordPress quirks.
Version 1.5: Bugs fixed and WordPress 2.8 compatibility established.
Version 1.0: First public release.
To Do
- Allow multiples instance of widget, each with unique settings.
Vocabulary
There are a few terms used throughout this guide that require explanations: (more…)
Enhanced Javascript Comment Functionality Plugin
Thursday, February 5th, 2009Description:
Plugin Download: Enhanced Javascript Comment Functionality Plugin
Version: Version 1.0
Requirements: PHP 5 & Wordpress 2.7.x
Based on the comment_form_title function, this plugin allows you to add the name of the comment author to the Leave a Reply title. Replaces the comment_reply_link function.
Caution:
Use this plugin at your own risk. It’s not going to blow up your website but it requires more knowledge than I can include here. Before using, you should read and understand this and this.
Important:
If you use this plugin, do not add the following to your template (from these instructions):
The Enhanced Javascript Comment Functionality plugin takes care of it for you.
To make this plugin work:
You must add a comment_author id to some element, preferably in your comments.php theme file. For example, in my comments.php, I use:
You must be using the callback parameter in wp_list_comments, likely in your comments.php theme file. For example, in my comments.php, I use:
You must use this plugin’s ejcf_comment_reply_link function instead of the Wordpress comment_reply_link or get_comment_reply_link. For example, in my style_the_comment function (located in my theme’s functions.php), I use:
This is the full function:
Details, details:
The ejcf_comment_reply_link function replaces the comment_reply_link and get_comment_reply_link functions. As of the writing of this, the comment_reply_link codex page contains no details. So let me break it down for you:
In my style_the_comment function, the resultant string is:
Tags: comment_reply_link, get_comment_reply_link, WordPress Plugin
Posted in Displaying Comments | No Comments »