I think more of an explanation is required on the title of this post to properly convey what we’re going to accomplish here. We’re going to setup 2 form selects. The 2nd select menu will be dynamically populated based on the selection made in the first drop down. Practically, lets say you want a user to choose from a list of main categories, and then use the second select to choose a sub category of the category chosen in the first select. Make sense? Cool.. here’s how…
Entries in 'dynamic'
Creating a dynamic select menu
Display title & excerpt of child pages
When you’re actively using the page hierarchy in WordPress, many times you’ll create a parent page simply so that you can create the sub pages. For example, a page called Team might only be created so that you can have Joe Soap and Jane Doe as sub pages. There’s no real content to be put on that parent page, because the child pages are where the real information lies.
Creating dynamic WordPress page titles
In the interests of having a simple, easy to use Wordpress theme structure, template tags like get_header, get_sidebar and get_footer make our lives very simple. Some creative coding is needed however, when it comes to having only 1 header.php that serves 4 or 5 templates. Thus, here I’ll explain a few tips to having a nicely dynamic header.


