Jun 23, 2008
Tutorials & Resources | WordPress

Loading ...
This plug-in retrieves Clicky statistics of your website via Clicky API 2.0 with cache supported.
You may define:
- Types of statistics to be displayed
- Statistics date range
- The maximum number of results that will be returned
- Cache timeout duration
- Multiple string replacements
Before using this plugin, you need to register a Clicky account, and setup Clicky WordPress Plugin.


(Read more)
Jun 21, 2008
Tutorials & Resources | WordPress

Loading ...
While you are customizing/developing your WordPress theme, if you found children=0 paramter is not working with wp_list_cats() function (deprecated), you should use wp_list_categories() function instead.
It’s important to note their parameters are different, comparison as below:
(Read more)
Jun 19, 2008
Code Snippets | PHP | Tutorials & Resources | WordPress

Loading ...
Make a call to the Feedburner API requesting the feedcount for a given burned feed.
(Read more)
Jun 14, 2008
Tutorials & Resources | WordPress

Loading ...
Here is a list of recommended WordPress plugins, which are also being used on this site.
(Read more)
Jun 14, 2008
.htaccess | Tutorials & Resources | WordPress

Loading ...
If your WordPress 2.5 installation shows an HTTP Error when uploading files using the media uploader, this is due to mod_security on the async-upload.php file which handles file uploads.
Just add a few lines to WordPress’ .htaccess file should fix that problem.
(Read more)