How can I change the tabs on my template?
-
I am actually using WP 2.7
Site: https://fibro-myalgia.com
Is there a way to control which pages appear as tabs along the top? The way it is now, whenever I create a page, it appears as a tab along the top.
I have several pages that I want to put up, but I don’t want them all to appear as tabs. I would rather control what appears as tabs and what does not. Here is the line of code from the header.php:
<li id=”<?php if (is_home()) { ?>home<?php } else { ?>page_item<?php } ?>”>” title=”Home”>Home<?php wp_list_pages(‘title_li=&depth=1’); ?>
Maybe some kind of navigation plugin, I don’t know.
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How can I change the tabs on my template?’ is closed to new replies.