• Resolved jayc

    (@jcastillo)


    This is by far the easiest listings plugin to deploy, it replaced a real estate plugin that I have been using for more than two years! Thanks for the wonderful plugin!

    One thing I noticed though is that the location taxonomy is not hierarchical when viewed from the frontend, and now I’m getting 404 errors because the previous listing plugin I used had this working. I guess google indexed links with that structure, but now it no longer works, thus I am seeing a lot of 404 errors from search traffic.

    Currently, the Location structure as defined by ACADP from the backend is hierarchical as follows: Province>City and I already have hundreds of listings from several provinces/cities.

    From the frontend, I noticed the following are accessible:
    1. mysite.com/locations/province/*
    2. mysite.com/locations/city/*

    But this is not working:
    3. mysite.com/locations/province/city/*

    It seems the parent>child structured permalink is not working with ACADP, even if this is the setup in the backend. Is there a way to get the parent>child permalinks working with ACADP? (I could setup url redirects but I don’t think that’s the right solution)

    I already tried to save my permalink structure in wordpress’ settings but it still does not work.

    Please advice. Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Sorry, our current version doesn’t support the permalink structure you’re expecting.

    You will need to add custom rewrite rules. Kindly refer “acadp_get_location_page_link” function in /includes/functions-acadp-permalinks.php file to build the URL and “add_rewrites” function in /public/class-acadp-public.php file to add new rules.

    Thread Starter jayc

    (@jcastillo)

    Okay, will check it out. Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Location taxonomy hierarchical permalink structure’ is closed to new replies.