• Resolved Spencer Hill

    (@ws5f3dj7)


    Heya – so I’m working on a number of sites that use Horizontal navigation, and the ugly “Pages” title appears, does anyone know how to hide this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The template tag, wp_list_pages(), offers the ‘title_li=’ argument for that:

    <?php wp_list_pages('title_li='); ?>

    Thread Starter Spencer Hill

    (@ws5f3dj7)

    Sweet, I just replaced wp_list_pages() with wp_list_page(title-li=’) that and it worked.
    Thanks!

    Thread Starter Spencer Hill

    (@ws5f3dj7)

    *wp_list_page(‘title-li=’)

    Hi I’m totally new to any “code stuff” just trying to use wordpress as best i can but i cant get my blog started because of the page listings showing on the RHS which show all my “thankyou pages” etc on my website. https://www.deeclayton.com

    Can you please explain in REALLY EASY SIMPLE steps how to hide the pages i dont want?
    I’ve just failed at the first hurdle here…cant even find “template tag” Doh!
    I would be forever chuffed ??
    Dee

    Thread Starter Spencer Hill

    (@ws5f3dj7)

    Hey Dee – since this topic isn’t relevant to this post, you should create a new post asking that question, that way you’ll get more attention ?? Good luck!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How do you hide “Pages” title from wp_list_pages() ?’ is closed to new replies.