• Hi all.
    At the moment I am getting a double up of my prefix words “You are here” when a sub page is listed.
    Example You are here>Parent page You are here>sub page.

    Can anyone tell me the settings to only have the prefix words ahead of the parent page?
    Example
    You are here>Parent page>Sub page

    http://wordpress.org/plugins/breadcrumb-navxt/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author John Havlik

    (@mtekk)

    Well one way would be to add ‘You are here’ to the beginning of what ever is in your Home Breadcrumb templates (linked and unlinked). Otherwise, just add it in front of your call to bcn_display() in your theme.

    Thread Starter willpower1

    (@willpower1)

    Thanks for that.
    What do I need to have set to have You are here “home” on the home page instead of the site title?

    Plugin Author John Havlik

    (@mtekk)

    Replace %htitle% with Home in the home breadcrumb templates.

    Thread Starter willpower1

    (@willpower1)

    ok I have

    You are here… in the Home Template text field
    and I have
    home in the Home Template (Unlinked) text field.

    Still this shows only “You are here…” on the home page

    Plugin Author John Havlik

    (@mtekk)

    For the Home Template (Unlinked) you should have:
    You are here… Home

    For the Home Template you should have something like:
    You are here… <a title="Go to the home page." href="%link%" class="%type%">Home</a>

    Thread Starter willpower1

    (@willpower1)

    Tried that.

    It puts “Home” in front of every page now.

    Plugin Author John Havlik

    (@mtekk)

    Could you clarify on what you mean by “it puts “Home” in front of every page”? Is it being placed in front of every breadcrumb in the trail? Is is appearing on every web page that the breadcrumb trail appears on?

    Some quick terminology for breadcrumb trails, to ensure we’re talking about the same thing. An example breadcrumb trail:

    Home > Page A > Child Page A > Grand Child Page A > Current Page

    “Home”, “Page A, Child Page A”, “Grand Child Page A”, and “Current Page” are all breadcrumbs in the breadcrumb trail. “Home” is the displayed title of the home breadcrumb. “Current Page” is the displayed title of the current item breadcrumb.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to list sub pages?’ is closed to new replies.