a have an array of 3 levels
[group] => [posts] and those posts have [tags]
now i want to show only the groups AND only the posts that have certain tags.
at the moment it finds them just fine. But it shows the complete group with all the posts, including the posts that do not have matching tags.
a have an array of 3 levels [group] => [posts] and those posts have [tags] now i want to show only the groups AND only the posts that have certain tags. at the moment it finds them just fine. But it shows the complete group with all the posts, including the posts that do not have matching tags.
is there a solution for this ?