• Resolved vincentiaa

    (@vincentiaa)


    Hello,
    I like your plugin because it helps me to organize my pages. But I need it only in my back end.
    It create URL like that in front end : mysite.com/folders/name-of-the-page
    How can I don’t show that to Google and to my visitors please ?
    Thank you

Viewing 5 replies - 1 through 5 (of 5 total)
  • ?

    Hi there,

    Sorry for the delay in responding.

    We’ll do some testing from this end and see if we can find a fix for you.

    Cheers,

    Aaron

    Hello Faceonline,
    did you do your testing please ?
    Thank you

    Hello ?

    Hi Vince,

    Apologies. The plugin is just a taxonomy that adds the terms to the sidebar menu essentially. You can use Yoast SEO (or an alternative SEO plugin) to remove these from the google index but no, there is no way of removing them from the front end. We recommend creating a template to redirect visits to these URLs. IE..

    Create a template called “taxonomy-folders.php”

    Inside this template, do the following:

    wp_redirect( $url );
    exit;

    I hope this helps you.

    Kind regards,

    Steve

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Don’t show the folders in front end’ is closed to new replies.