• Resolved eable

    (@eable)


    Where would I look to find what code generates the tabbed navigation for Pages in Misty Look, and what does it look like? I want to comment it out and write a static version that includes a couple categories. Ideally I’d want to learn how to tweak the code, but I don’t have more time for a learning curve right now. Can someone please help me?

Viewing 2 replies - 1 through 2 (of 2 total)
  • open up header.php and look for “navigation”. the method call to wp_list_pages, is the one that makes mistylook[or any other theme] to display the list of pages you created within wordpress.

    Sadish

    Thread Starter eable

    (@eable)

    I don’t know why I didn’t figure that out. What a noob I am!

    I replaced this line:
    <?php wp_list_pages('title_li=&depth=1&'.$page_sort.'&'.$pages_to_exclude)?>

    With a few of these:
    <li><a href="">link</a></li>

    Voila. No more frustration. The baby steps continue. 🙂

    Thank you so much, Sadish, for your reply and your theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Static Misty Look Navigation Tabs’ is closed to new replies.