• Just starting out on my first site. My question is this: I want the horizontal bar to be made up entirely of pages and the right hand navigation list to be a series of categories BUT I don’t want the actual word “categories” to appear as a heading. I haven’t selected a theme yet. Can anyone help?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • If the theme uses widgets for the right hand navigation then changing the title will work. Otherwise

    <?php wp_list_categories('title_li=<h2>' . __('Your categories title') . '</h2>' ); ?> will work

    Thread Starter Man in Greece

    (@man-in-greece)

    Thanks dfunkydog- will give that a go.

    Thread Starter Man in Greece

    (@man-in-greece)

    Umm, can see how that can work BUT what i want is to have a series of pages on my horizontal menu and then each of these pages have their own menu in the widget area (or somewhere else)- this menu can be made up of pages or categories or a mixture of both, What is important to how I want the site to navigate is that these latter menus must relate only to the parent page on the navigation bar. At the moment, ALL child pages constantly in the widget area and I can’t see a way to place categories to one specific page page- they also appear across all pages. Probably a simple solution to this but I can’t find it.

    Do you have a link to your site so we can get a better idea of what you’re talking about?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Beginner's question’ is closed to new replies.