
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
This tutorial is running longer than we initially anticipated, we will break section 3 further into sub-sections.
In our ongoing exercise to learn the nuts and bolts of a magazine style WordPress theme, we examine what has become by far the most ignored part of a theme design, the navigation menu.
As important as they are, they are often found floating in the header or worse the sidebar and almost never used to its fullest. Today we will attempt to change that. We are dedicating the next few sections just to discuss navigation menus, its varied uses, and the various methods of using it. So why wait, let’s get started.
There are three important roles of navigation menus, they are listed below in no particular order:
If you notice closely, most regular themes have pages listed in blocks in the header or the sidebar and call it navigation. For all practical purpose, it works, and we are all complacent with it. In WordPress, there are numerous pages that are dynamically created like the archives, category pages, paginated pages, search pages and so on that are traditionally are not considered pages when you create a list using the template tag such as the one below:
In fact, the above tag does not display any child pages! So how do overcome this limitation?
November 6th, 2008 at 2:15 pm
[...] will use the same demo theme we created during the previous tutorial. As you can see it has conditional page tags built in, just like many of our other new [...]
September 16th, 2008 at 10:38 pm
brilliant. So simple and easy, and explained well. So, I expect the conditional explanation involves how to target related pages? Looking forward to more.
September 1st, 2008 at 7:17 pm
[...] Part 3.1 — Navigation – Second Lavel Menu [...]