• Hi I am creating multiple pages that need to have multiple posts in it. Can I create with a database multiple wp posts list?

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Elvin

    (@ejcabquina)

    Hi there,

    Sorry, I’m not sure I understand what you’re trying to achieve.

    Can you explain a bit more? Perhaps provide a mockup image of what you’re trying to do or provide a link to a site you’re trying to replicate?

    Let us know.

    Thread Starter ines_comp

    (@ines_comp)

    Sure So with the plugin all import I created 430 different pages. with the same plugin I created 3,000 posts. No this posts have 430 different categories. Each category is one of the pages I created. I need to add this posts automatically to the pages, just as they are showing the whole content. So with wp post list I know I can create a list pulling them with each categories. But I want to generate this post list not one by one, but either with a database or a pluging like I did the posts and the pages. But all import cannot do it with wp post list plugin. So I am wondering if there is a way to do this. Or do I have to input one by one?

    So an example of what I am doing is https://www.serebros.cl/inicio/centros-de-atencion/arica/

    is the page

    and every location place is a post, which I am bringing inn with the wp post list

    But since there are 340 pages thus 340 wp post list I want to know if I can do them automatically?

    Hope you can understand me better know. Thank you

    Plugin Support Elvin

    (@ejcabquina)

    Hi there,

    There’s no need to create 340 WPSP list if all you need to do is to change the category on every page.

    You can use the settings parameter on your shortcode.

    Examples:

    Say, if you have a category w/ slug “cats”.
    [wp_show_posts id="1234" settings="taxonomy=category&tax_term=cats"]

    Say, if you have a category w/ slug “dogs”.
    [wp_show_posts id="1234" settings="taxonomy=category&tax_term=dogs"]

    Say, if you have a category w/ slug “birds”.
    [wp_show_posts id="1234" settings="taxonomy=category&tax_term=birds"]

    Say, if you have a category w/ slug “insects”.
    [wp_show_posts id="1234" settings="taxonomy=category&tax_term=insects"]

    You can use the same WPSP list for all the pages. Just change the tax_term. Make sure your ID is correct.

    Thread Starter ines_comp

    (@ines_comp)

    Wow thank you very much!

    Thread Starter ines_comp

    (@ines_comp)

    You are my hero, This totally works. Thanks a lot

    Plugin Support Elvin

    (@ejcabquina)

    Glad it works for you. No problem. ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Creating multiple lists at once’ is closed to new replies.