Empty ACS group returns all posts
-
I’m looking at using this as a queue system for a Home Page query.
If the queue is empty, however, all posts are returned.
Ln 257 of acs.php is:
$post_ids = $this->get_post_ids($group_name);
but would it make sense to wrap that with an if conditional?if (get_post_ids($group_name)) { $post_ids = $this->get_post_ids($group_name); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Empty ACS group returns all posts’ is closed to new replies.