How can I get custom posts by category?
-
Hello,
I want to get custom posts by category ID,
I tried this way
get_posts('post_type=portfolio&category=' . $category->cat_ID)
But Unfortunately it’s giving me back an empty array.Any help, please?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How can I get custom posts by category?’ is closed to new replies.