Forums

[resolved] wp_list_pages showing page slug (3 posts)

  1. zyrq
    Member
    Posted 6 months ago #

    Does wp_list_pages or wp_page_menu have the capability to show the page slug as the visual text for the link?

    slug = services
    page title = services we offer
    normal nav link: <a href="http://example.com/services" title="services we offer">services we offer</a>
    wanted nav link: <a href="http://example.com/services" title="services we offer">services</a>

  2. MichaelH
    moderator
    Posted 6 months ago #

    You might have to manufacture your own page list using Function_Reference/get_pages to do that.

  3. zyrq
    Member
    Posted 6 months ago #

    Thanks MichaelH,
    I also found a plugin that lets you change that and many more:
    Page Lists Plus http://wordpress.org/extend/plugins/page-lists-plus/

Reply

You must log in to post.

About this Topic