• Resolved Leah

    (@edikitt)


    Hi there,

    I see that the pro version of this plugin has page attribute support.

    Let’s say that I have 500 city pages and I want to generate 10 service pages for each of those 500 city pages. I want the URL structure to have a parent-child relationship between the services (child) and cities (parent).

    Is there a way with this plugin to do that in bulk? As an example, could I set it up where every iteration checks {city} against a list of parent pages, and only makes it a child of that page if the parent page has {city} in the URL?

    Ultimately, I want my URLs to look something like this:

    example.com/city1/service1
    example.com/city1/service2

    example.com/city2/service1
    example.com/city2/service2

    But I want the child page content to still be city and service specific.

    Can I generate pages in bulk across multiple parent pages, or would I need to create separate generation groups for each of these parent pages? I don’t know if it makes a difference in the context of this question, but all of the parent pages are already created.

    Thanks!

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

    (@wpzinc)

    The Pro version can do this, using the following steps:

    1. Add a {city} Keyword to the Plugin, listing the 500 cities that you have.
    2. Add a {service} Keyword to the Plugin, listing the 10 services that you have.
    3. Create a new Group in the Plugin, defining content, but most importantly setting the Page Parent field = {city}.

    You’ll get 5,000 generated Pages – 10 service Pages for each of the 500 cities that you have.

    So long as the Page Parent exists, the 10 service Pages will be created as children of that existing Page.

    Feel free to review the Documentation to better understand the functionality available:
    https://www.wpzinc.com/documentation/

    Thanks.

    Thread Starter Leah

    (@edikitt)

    Exactly what I was looking for, so cool. ?? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can this plugin bulk-generate child pages for multiple parent pages?’ is closed to new replies.