Adding To Sidebar
-
I’d appreciate a little help with my sidebar.
The template I’m using at the moment shows the following sidebar menus: Pages, Archives, Categories, Recent Entries, Blog Roll, and Meta.
Currently I’m preparing a series of about 20 articles on entertainers and I want to set them up as pages as opposed to posts. I want each of them to be permanently visible in my right sidebar e.g. Elvis, Paul McCartney so that my reader can click on one and bring them to that page.
Guess what I don’t know how to go about it!!
I’ve looked for a plugin but can’t see one that will let me do this sort of thing. I’m guessing it is going to be a matter of adding to the sidebar template, like you have for Categories:
<li><h2>Categories</h2> <ul> <?php wp_list_cats('sort_column=name&optioncount=1&hierarchical=1'); ?> </ul> </li>
But I just can’t understand. Anyone – and thanks in advance.
- The topic ‘Adding To Sidebar’ is closed to new replies.