Display Related Posts by Categories
-
Hello, I created a custom single page that’s working perfectly and now I’ve decided to display related posts with a custom loop:
$args = array( 'post_type' => 'advert', 'posts_per_page' => 8, 'menu_order' => 1, 'orderby' => 'rand', 'order' => 'ASC');
So as you can see they are random featured posts, but they must be in the same category or categories of the current ad. What arguments should I add?
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display Related Posts by Categories’ is closed to new replies.