• Three questions. I know a very tiny little bit about wordpress and coding…just enough to get me in trouble, so I’m asking first.

    1. I would like the Page Title to be different than what shows on the menu bar. For example, I would like a page to be “Power Walks Within Guided Meditations”, but on the menu bar I would like it to just read “Power Walks Within”. How do I do that?

    2. I have set one of my pages as my home page. How can I have it not show up on the menu bar again as its own menu option?

    3. Blogroll and Links show up only on my blog page. What code do I need to add to my page template to get them to appear on all my pages as well? (This is one I could probably figure out myself, given enough time. Can anyone help shorten that for me?)

    Mary

Viewing 2 replies - 1 through 2 (of 2 total)
  • 1. That’s not possible if you’re just using wp_list_pages() or wp_page_menu. You could exclude the “Power Walks Within Guided Meditations” page from the menu, then try setting up a dummy page called “Power Walks Within” and use the Page Links To plugin to redirect to “Power Walks Within Guided Meditations” but I wouldn’t recommend this approach for too many pages.

    2. Use the exclude parameter with wp_list_pages or the show_home parameter with wp_page_menu.

    3. You’d need to edit your sidebar template file (sidebar.php?) and remove any conditionals from/around wp_list_bookmarks.

    Thread Starter walkswithin

    (@walkswithin)

    Thanks Esmi!

    1. Bummer, but I can live with it.

    2 & 3. Great! I’m on it.

    Blessings,
    Mary

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Questions about Menu, Page Titles and Links’ is closed to new replies.