New WordPress Tutorials Page
Posted in Site News
Just a quick update to let you all know of the new WordPress Tutorials page which has a list of all of the tutorials on Theme Lab with a short description. Hopefully it will be a little easier to navigate than through the category archives.









Can you give us a tutorial on how to make drop down lists of sub-pages (or even sub-categories) like you did with Multiflex 5 - thanks
Hey Pete, what Gerhard did in Multiflex 5 was a CSS-based sub-page list - which WordPress auto generates the code for when there’s a sub-page present. All you really need to do with a CSS template that supports it is use the wp_list_pages function, and the template should handle the rest.
Cool.. I’ll have a look at the template code to work out how’s it done. I tend to learn best by reverse engineering anyway
That is a very cool thing. Thanks!