• I realize that there are a couple of breadcrumb plugins available, but I wanted to further my knowledge of WordPress by programming my own. Plus, I wasn’t pleased with the way the other two that I found were implemented.

    I just made the plugin today, and am currently using it on my site. However, I’d like some help testing it. I’d also like some opinions and suggestions on how it could be improved.

    The plugin can be downloaded here (also has instructions on how to install and use the plugin): https://www.thedevproject.com/projects/wordpress-breadcrumb-plugin/

    Thanks for your time.

Viewing 8 replies - 16 through 23 (of 23 total)
  • Thread Starter wyrd33

    (@wyrd33)

    Ahh, yeah. I used $_GET[“s”] for some reason, rather than grabbing the search string from $wp_query. I’ll fix it (hopefully) in the next version.

    In any case, your blog should be using ?s= in the URI for its searches, so hopefully this isn’t anything major for you. In fact this is the first time I’ve seen /search/ used in relation to WordPress searching. But then again, I’ve only been using WordPress for a week. ??

    Yeah it’s not anything major. Just pointing it out. Your doing a hell of a good job for using WordPress for one week.

    And /search/ is from having mod rewrite activated for permalinks I think. But again nothing major.

    Thread Starter wyrd33

    (@wyrd33)

    It’s not related to permalinks. Usually when a form returns a value, you have two options, POST and GET. POST doesn’t display anything in the URI, GET passes values via URI in the form of ?key1=value1&key2=value2 pairings.

    BTW, aside from bugs, any feature requests?

    Is there an option I’m missing to show the breadcrumb on the root? It’s not there https://www.hotelblues.com/ but anywhere else it there.

    Turk, make sure you pass the home_always=true parameter to your breadcrumb call and that your call isn’t within a has_breadcrumb call, because that returns false for the homepage.

    Thread Starter wyrd33

    (@wyrd33)

    What Nazgul said. ?? I have the options listed on the plugins site under “Advanced Usage”: https://www.thedevproject.com/projects/wordpress-breadcrumb-plugin/

    Also, don’t use has_breadcrumb() unless you’re doing some advanced tinkering with get_breadcrumb(). has_breadcrumb() is more for internal use.

    Many times I find the need to use class="first" or class="last" on an <li>, depending on the CSS styles needed. Is there a way currently to accomplish this?

    aldjuric

    (@aldjuric)

    Koristim bread crumb plugin i mozete pogledati sajt https://www.totalportal.net
    Najnovije vesti
    Izrada prezentacija

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘Breadcrumb plugin : Could use some suggestionis, opinions, and testers.’ is closed to new replies.