Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joshua David Nelson

    (@joshuadnelson)

    Hey @pako69,

    I’m sorry to hear you’re encountering issues, happy to help here.

    When you try to view this page are you redirected to the admin dashboard or do you see an error page?

    In theory the plugin should accommodate the custom taxonomy, but it sounds like that’s not the case. I am in the midst of preparing to move internationally and cannot test this anytime soon.

    However, if you’re being redirected, a quick fix would be to add the following filter to your theme’s functions.php file:

    add_filter( 'dwpb_redirect_admin_edit_tags', '__return_false' );

    This will turn off all admin redirects to the edit-tags.php urls, including this one.

    Let me know if that doesn’t work or if you have any other questions/issues.

    Thread Starter pako69

    (@pako69)

    I’m redirect to: /wp-admin/index.php

    Thanks for your fix it works.

    Plugin Author Joshua David Nelson

    (@joshuadnelson)

    Great, glad that worked for you! I’ll try to get a long-term fix for this in the next release as well.

    I’m marking this resolved for now, but feel free to re-open, reach out, or start a new topic if you need anything else.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can not access to a taxonomy page’ is closed to new replies.