• Resolved rgbk

    (@rgbk)


    Hi All

    OK, so I’ve checked I’m using Breadcrumb NavXT which seems out of all the plugins to be the best made.

    But I’m really stumped by how bad it is for something really really basic.

    Say you are in a category, “Apples”

    You click on a post in that category.

    BUT

    The post is also in other categories, like “Bananas” and “Mangoes”

    Breadcrumb NavXT makes the previous breadcrumb, which should be “Apples” any one of the other categories instead….

    That is not a breadcrumb!

    It seems to basically give it whichever category is the last clicked on. So if I give it the category “Peaches” after having giving it other categories, it will always go to Peaches.

    I’ve looked everywhere with no luck.

    All I want is a single breadcrumb, not even a trail of them.

    Would realllly appreciate it if anyone has any suggestions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter rgbk

    (@rgbk)

    Same thing with Yoast Breadcrumbs. Unreal.
    Surely a breadcrumb shows you where you just came from?!

    Thread Starter rgbk

    (@rgbk)

    Here’s the solution:

    ‘<?php
    $url = wp_get_referer();
    $path_parts = pathinfo($url);
    echo ‘Back to ‘. $path_parts[‘filename’], “\n”;
    ?>’

    How do I implement that solution in Breadcrumb NavXT ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show the name of the page before (Breadcrumb Hell!)’ is closed to new replies.