Get posts that are in 2 galleries
-
I am trying to use ‘get_posts’ to pick up posts that are in two categories. Currently I am using this:
$myposts = get_posts('numberposts=1&category=4&category=7');This picks up posts that are either in category 4 or 7. The posts I want to pick up must be in both categories at once. Any suggestions?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Get posts that are in 2 galleries’ is closed to new replies.