• Resolved alfie

    (@drtanz)


    Hi I’d like to wrap my breadcrumbs within an
    <li> tag, but I cannot manage it although I’ve been playing around with the settings. Help please.

    I need something like this

    <ul>
    <li><a href="http://mysite.com/">Home</a></li>
    <li><em>Current Page</em></li>
    </ul>

    Thanks!

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

    (@mtekk)

    I assume you want a list output? If so, use bcn_display_list() rather than trying to set all of the prefixes and suffixes. Note that you must wrap the function call with the appropriate <ul> or <ol> tags (it will only output <li> tags).

    Thread Starter alfie

    (@drtanz)

    yes that was all i needed thanks

    Thread Starter alfie

    (@drtanz)

    Also I want to limit the length of the post title, how can I do that?

    Plugin Author John Havlik

    (@mtekk)

    Use the “Breadcrumb Max Title Length” setting in the Breadcrumb NavXT settings page.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: Breadcrumb NavXT] Adding before and after each breadcrumb’ is closed to new replies.