• Hi,

    This is a great plugin and I can’t wait while you release the version 2 to the public. Maybe the issue is fixed in the version, but meanwhile I hope you will read this thread.

    The plugin works great but I have an issue with a taxonomy of name my_taxonomy which has the rewrite argument set to my-taxonomy.

    The Search & Filter plugin simply takes the my_taxonomy name and puts it into the URL of the search results page, which obviously leads to 404 error page.

    Could you please use the rewrite argument of the taxonomy setup when building up the search results page URL?

    Thank you for consideration.

    Best regards,

    Oliver

    https://wordpress.org/plugins/search-filter/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author DesignsAndCode

    (@designsandcode)

    Hi Oliver

    Thanks for this, a few users have noted it – I’m on holiday until next week when I will get this fixed.

    Thanks

    Reüel

    (@pronamic_reuel)

    +1, unfortunately experiencing the same issue, while it was working fine before.

    For now, I fixed the issue by editing /wp-content/plugins/search-filter/search-filter.php and on line 863 I replaced

    if(get_option('permalink_structure')&&($taxcount==0))

    with

    if(0 && get_option('permalink_structure')&&($taxcount==0))

    Plugin Author DesignsAndCode

    (@designsandcode)

    This is fixed now in the latest update let me know if you have any further issues.

    Thanks

    Thread Starter WebMan Design | Oliver Juhas

    (@webmandesign)

    Thank you for fixing this!

    Reüel

    (@pronamic_reuel)

    Thanks for fixing!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Wrong taxonomy slug in URL’ is closed to new replies.