The Presentation Toolkit is a WordPress plugin that adds an administration page under the 'Presentation' menu for Presentation Toolkit compatible themes. The Presentation Toolkit Plugin is based on the Wordpress Theme Toolkit by Ozh.

This software is licensed under the CC-GNU GPL.
if( function_exists( 'presentationtoolkit' ) ) {
presentationtoolkit(
array( 'option1' => 'Text for Option One',
'option2' => 'Text for Option Two',
'option3' => 'Text for Option Three' ),
__FILE__
);
}
You will now have an admin page for your theme or skin.
To access your theme or skin options simply use get_theme_option('option') or get_skin_option('option') respectively.
You'll find the format of the various options at frenchfragfactory.
Send me your theme/skin details and I'll add it to the Presentation Toolkit compatible Themes and Skins section below.
I you have created a Presentation Toolkit compatible theme or skin, send me the details and I'll add it to the list.
thanks for this great and very easy to use plugin!!
Yours blog is beutiful, I have a similar colors. Great job
I read this article about presentation toolkit plugin and think this very helpful things. I will install this plugin. Thank’s for a information how this installing
thank you!
i was looking for this solution for a long time
I found a tiny typo that causes a syntax error in admin_menu():
<!– rsa <p class="submit"><input type="submit" value="Delete Options" onclick="return confirm(\’Are you really sure you want to delete ?\’);"/></p> –>
<p class="submit"><input type="submit" value="Delete Options" onclick="return confirm(‘Are you really sure you want to delete ?’);"/></p>
Sorry, forgot to give details:
Version is 0.0.8 and the problem is caused by the backslashes.