Customizing gallery output
-
Hello!
I want to define an array of posts from which I want to get galleries and display them in one page.
I tried it through code
acf_post_id="7291, 7297, 7299"
, but it doesn’t work. I can only specify one post ID, but how do I specify an array of posts?My shortcode:
[ajax_load_more acf_post_id=7291, 7297, 7299″ posts_per_page=”24″ acf=”true” acf_field_type=”gallery” acf_field_name=”coloring_gallery” seo=”true” pause=”true” scroll=”false” transition_container_classes=”row row-cols-2 row-cols-md-4 g-3 g-lg-4 mt-0 itemlist”]
Are there any quick solutions? I tried looking at the plugin code in
ajax-load-more-for-acf.php
, but didn’t find anything.Thank you!
- The topic ‘Customizing gallery output’ is closed to new replies.