In every Wordpress theme there are places that are supposed to be edited and customized by the end user who is using the theme : an “About you” block to fill in, a loop to customize when you want to add “Asides” post style, some CSS to tweak to use an personal image in header, etc…
The problem is : most bloggers are not PHP or HTML expert, can’t tell the difference between an HTML tag and a PHP tag, and simple editing of templates can be hazardous and tedious to them. Adding an admin menu in your theme ensures that end users can customize things without editing source files, just as naturally as changing a Wordpress option in the admin area.
Wordpress Theme Toolkit is a PHP class that gives Wordpress theme authors the opportunity of creating a persistent admin menu for their theme as easily as editing 3 lines in a file.
You are a theme author ? Have enough skills to edit three lines ? Add an admin menu to your theme ! (click to enlarge)

Just to be sure : Wordpress Theme Toolkit is not a theme with an admin menu. It is something that makes adding an admin menu to an existing theme as easy as 1-2-3.
This long article is divided in shorter sections :
- Intro : well, here.
- Overview : a quick tour about features and how easy things are.
- Manual : detailed features and how-to
- Download ! : files and credits.
- Ideas and Examples : suggestions and ideas of what you could add to your theme … and a real Wordpress Theme as an example of use.
Related posts
Page: #1 #2 #3 #4 #5Shorter URL
Want to share or tweet this page? Please use this short URL: http://ozh.in/ko
Metastuff
189 Blablas
Pages: [19] 18 17 16 15 14 13 12 11 10 9 … 1 » Show All
Pages: [19] 18 17 16 15 14 13 12 11 10 9 … 1 » Show All
thought, on 21/Dec/09 at 8:23 pm # :
im a new web designer not good with php and i look for tutorials or some help of how to use wp theme toolkit.
i understand the basics and already have done some stuff with my new theme with it but i still need to do some more things but i cant
so any help plz ?
Thanks
commented, on 27/Nov/09 at 6:10 pm # :
Sorry, I forgot to include to select ‘Mac McDonald’ as the contact in the form mentioned in my previous post.
commented, on 27/Nov/09 at 6:07 pm # :
I just realized that I am using a modified version of themetoolkit.php that was included with the Simplicity theme by Lai Zit Seng. Lai fixed a bug with an extraneous dollar sign, and corrected some HTML ending tags in version 1.12.
If you will email me using the About->Contact Us form bluegrassmiataclub.com, I will send you this version.
replied, on 27/Nov/09 at 5:26 pm # :
This is an awesome tool for me! I have fixed a problem with checkboxes and now have it working under WP 2.8.6.
Here is the modified read_options()
pingback on 07/Sep/09 at 2:39 pm # :
[...] Theme ToolKit [...]
pingback on 07/Sep/09 at 2:39 pm # :
[...] Theme ToolKit [...]
pingback on 07/Sep/09 at 2:39 pm # :
[...] Theme ToolKit [...]
commented, on 23/Jul/09 at 7:32 am # :
Hey Ozh,
I known your are a busy person, but if you can bring the tool kit up to 2.8.1 compatibility will be more than great, you will make more people happy ;)
Theres a option to pay for this compatibility? Please let me know, write to my email.
Regards.
thought, on 23/Jun/09 at 3:55 pm # :
@Anil, the Toolkit does not use get_category but a customised one might ;)
You may be running into a WordPress problem here. 2.8 has a known issue with category functions and this has been fixed in 2.8.1, which is currently in beta testing.
See here for more info: http://wordpress.org/support/topic/280256?replies=26#post-1104991
I am running 2.8.1 Beta on some production sites now because of some of the issues in 2.8. You might like to consider doing the same (or waiting a bit for the final release). Try it on a test site first and see if the problem with your Toolkit goes away.