Does the option preloaded = true ignores the meta_key?
-
I have the following shortcode
<?php echo do_shortcode('[ajax_load_more post_type="project" button_label="Load More Projects" meta_key="archive" meta_value="no" order="ASC" orderby="title" preloaded="true" preloaded_amount="20" posts_per_page="20" pause="true"]');?>
It looks like when preloaded = true the meta_key is ignored and all posts are pulled. When preloaded = false only posts where archive = no are pulled.
Any ideas?
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘Does the option preloaded = true ignores the meta_key?’ is closed to new replies.