Minimum number of posts
-
Hi,
I am using
get_crp_posts_id(array('postid' => $post_id, 'limit' => 8));
to get the related posts. It works correctly, however I am unable to specify the minimum number of posts I would like to fetch, only the maximum withlimit
.How do I specify the minimum number of related posts? In this example, I would like to always get exactly 8 posts.
Thanks,
Chris
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Minimum number of posts’ is closed to new replies.