• Resolved adhiyudanas

    (@adhiyudanas)


    Hi! Thank you for the wonderful plugin.

    I read through the topics and found an article about search result in trail.
    Sadly it’s one of my website requirement to have the current page before the Search Results for ”.

    What I want to make is something like this:
    TOP > Parent > Page 1 > Search Results for ”

    is it possible to implement this using your plugin?

    Regards,

    Adhi

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

    (@mtekk)

    If you are talking about when on the second page of search results (with showing the Paged breadcrumb setting enabled), you can accomplish this using the bcn_after_fill action and manually re-arrange the last two members of the breadcrumbs array. If you are talking about injecting another breadcrumb into the trail for search pages, that can be accomplished with bcn_after_fill as well.

    Thread Starter adhiyudanas

    (@adhiyudanas)

    Thank you for the answer. I was talking about the latter, and managed to do that by using the bcn_after_fill.
    for some pages I did manually by adding (new bcn_breadcrumb(‘STATIC_TITLE’, NULL, array(‘home’), ‘STATIC_URL’));

    Thank you it worked!

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

The topic ‘Search form result in trail’ is closed to new replies.