
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?
February 12th, 2008 at 5:48 pm
Awesome! I’ve never really been that technically-oriented, but you’re breaking down how these themes are made makes it so much easier to digest, thanks so much!
February 12th, 2008 at 8:55 pm
@ CleverSage
Thank you. I am glad I could be of some use
February 15th, 2008 at 6:45 pm
Is it easy to customize the header on this theme w/ an image? I love it, but would like to plug in a logo instead of the text. Great work!
February 15th, 2008 at 10:46 pm
Also - I notice that the posts are short and then say “Read More.” Does it only display a certain number of characters and then readers will need to click? Is that an option that can be turned off so that the entire post can be displayed?
February 16th, 2008 at 5:56 pm
I love how you provide some code and explain the variations.
For instance, the navigation in the header and the template ttag and code your provided.