functionality plugin is way to separate what you will normally place in theme's functions. php issue and put it in plugin instead.
It works the same as theme functions. php issue but is separate from the theme and so not affected theme upgrades or attached to the theme you loose of your part if you choose to switch themes..
You can then edit configuration plugin and add snippets to it using the fast link in the admin menu..
Editing the configuration plugin in the WordPress plugin editor...
To enable CSS badges feature uncomment that line in the part issue save the changes and recommend the page.
To recreate the configuration plugin visit the ' Edit Functions link in the WordPress admin menu...
Once this plugin has been activated and the functionality plugin created all it does is create link in the WordPress admin menu for well editing the functionality plugin and include CSS code on the front-end of page.
Just little thing I'm using WP Editor to improve the type of your plugin & editor however when i'm editing the new functions. php the editor isn't working I have the editor from wordpress.
I suggest this to guys I'm helping all the time who the barrier to write plugin from scratch seems high.
Browse the code recheck out SVN repository or subscribe to the development log RSS....
Read more