• Hi,

    Basically I need some of my page titles to be different to what is output in wp_list_pages.

    For example, on my about page the title for the main header is “About Us” (<h1>About Us</h1>) but I want the link that is output by wp_list_pages to simply be “About” (

    • About
    • ).

      Is there a plug in that can do this? It’s not that big of a deal on the about page but for other pages the title is completely different to what I need in the main nav bar.

      TIA

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter MrMcCoy123

    (@mrmccoy123)

    Ah, forgot about code tags, it should read:

    For example, on my about page the title for the main header is “About Us” <h1>About Us</h1>

    but I want the link that is output by wp_list_pages to simply be “About”
    <li><a>About</a></li>

    Hope that makes sense. This forum could do with a preview option.

    Thread Starter MrMcCoy123

    (@mrmccoy123)

    Can a mod delete this thread, it something seems to have gone wrong and I’m going to start a new one.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Different title for wp_list_pages and main header’ is closed to new replies.