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.

Download


CC-GNU GPL

This software is licensed under the CC-GNU GPL.

Tip Jar

Installing

  • copy the 'presentationtoolkit' directory to your 'wp-contents/plugins' directory.
  • Activate the Presentation Toolkit in your Plugins administration page.
  • Install and activate a Presentation Toolkit compatible theme.
  • You will now see a menu for the Theme (and possibly it's skin) in the 'Presentation' menu.

Using the Presentation Toolkit in a Theme or Skin

  • In the 'functions.php' file for your theme or skin add the following:
    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.

Presentation Toolkit Compatible Themes and Skins

I you have created a Presentation Toolkit compatible theme or skin, send me the details and I'll add it to the list.