SU_POST not showing post properly
-
I need to display post which has 2 tags assigned. The code below gives me all posts with has tagID=58 OR tagID=59. I need to list only posts having assigned tagID=58 AND tagID=59 at the same time. Or do I wrongly consider the tax_operator=”2″ as logical AND? Any other solution?
[su_posts template=”templates/default-loop.php” post_type=”post” taxonomy=”post_tag” tax_term=”58,59″ tax_operator=”2″ order=”desc” post_status=”any”][/su_posts]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘SU_POST not showing post properly’ is closed to new replies.