Theme Moods

This plugin is used to add moods to a themes post. (some theme editing required)

Author:Philip M. Hofer (Frumph) (profile at wordpress.org)
WordPress version required:2.8
WordPress version tested:2.8.5
Plugin version:0.1.0
Added to WordPress repository:29-10-2009
Last updated:29-10-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:60
Rated by:2
Plugin URI:http://webcomicplanet.com/forum/theme-moods/
Total downloads:512
plugin download
Click to start download

Theme Moods plugin is intended to assist users of their themes to add as a bonus visualization to their themes increasing their fun factor.

To include Theme Moods in your theme add with your post loop:

if (function_exists('frumph_show_mood_in_post')) frumph_show_mood_in_post();

The CSS to include in your style.css file is:

.post-mood, .post-moodname  

Where moodname would = the name of the mood file.

Within your post loop where you would like the mood to appear.

Future revisions will include more mood packs as well as the ability to make custom ones.