Ultimate Category Cloud 2.0
Version 2 is ready to roll, and compatible with your Wordpress 2.1 blog!
This is a modified version of the Weighted Category Cloud by Matt Kingston. I wanted it to be able to colour each category differently, in a similar way to how the Ultimate Tag Warrior plugin coloured tags in its cloud. After Studying the UTW code, and playing around with the Category Cloud code I was able to achieve the desired result.
Installation
Note: If you are using this plugin with the Redoable theme, all you need to do is upload it to your plugins directory and activate it.
- Download the zip file and extract the contents.
- Upload ultimate_category_cloud.php to your plugins directory.
- Activate the plugin from within your admin area.
- Add this code to any page one which you want to display the Ultimate Category Cloud.
<?php
$weighted = 0; // set to ‘1’ to turn font size weighting on.
$colored = 1; // set to ‘0’ to turn font color weighting off.
$minfont = 70;
$maxfont = 250;
$fontunit = “%”;
$lightcol = “#FFFFFF”;
$darkcol = “#666666”;
$category_ids_to_exclude = “1”; // list of any categories you want to exclude from the cloud, seperated by ’ , ‘.
weighted_categories($weighted, $colored, $minfont, $maxfont, $fontunit, $lightcol, $darkcol, $category_ids_to_exclude);
?>
- Make adjustments to the variables to suit. If you are using this plugin with the Redoable Theme, the defaults are the recommended values.
- Enjoy.
View Code
Click here to open ultimate_category_cloud.phps in a new window.
Download
Download Ultimate Category Cloud 2.0 Now!
Downloaded 3036 times
Changelog
- 29/01/2007
- Version 2 Released!
Substantially re-written to work with Wordpress 2.1.
Code that handles the ‘colouring’ of the cloud has been simplified and improved.
- 01/01/2007
- Category links should now work from all pages, not just the home page.
Rechuked Buttons 1.0
Rechuked buttons 1.0 plugin is not currently compatible with Wordpress 2.1
This plugin is a modified version of Sawchuk Buttons by Kirk Montgomery. It adds additional buttons to the WYSIWYG text editor to insert the tags for some of the special styles included with Redoable.
Installation
- Download the zip file and extract the contents.
- Upload the entire ‘rechuked_buttons’ folder to your plugins directory.
- Activate the plugin from within your admin area.
- Now when you edit or create posts/pages you will have additional buttons to easily insert the special styles included with Redoable.
- Enjoy.
View Code
Click here to open rechuked_buttons.phps in a new window.
Download
Download Rechucked Buttons 1.0 Now!
Downloaded 1527 times
Redo-Recent-Links 1.0-beta
Please note this is only a beta release, if you find any bugs please post details in the support forum.
Redo-recent-links is a modified version of wp-recent-links by RebelPixel. It has been modified to exclude links from the post count in the loop. ie. So if you set your blog to display 10 posts per page, your will get 10 posts, plus your links.
While this plugin is in beta, it is recommended that it is only used with Redoable 1.1. Only use it with other themes if you are sure you know what you are doing…
Installation
For more detail, see the included readme.txt
- Download the zip file and extract the contents.
- Upload redo-recent-links.php to your plugins directory.
- Upload wp-recent-links.php and wp-recentlinks-rss2.php to your Wordpress root directory.
- Upload recent-links.php to your wp-admin directory
- Activate the plugin from within your admin area.
- Enjoy.
Download
Download Redo Recent Links 1.0-beta Now!
Downloaded 1320 times