Plugin Directory

Presentation Toolkit

How do I Use the Presentation Toolkit in my theme/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.

How do I access the theme's/skin's options?

To access your theme or skin options simply use getthemeoption('option') or getskinoptions('option') respectively. If the option is not set, or doesn't exist, then null will be returned.

What is the format of the various options?

You'll find the format of the various options at frenchfragfactory.

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(4 ratings)