filtering on child, but not select
I'm pulling a tag cloud, but I don't want to pull tags from posts that are not published. This works as expected:
However, I get an empty
Is there a way to filter by posts (where status = 'published'), without actually selecting the
J
However, I get an empty
post_tag, which I don't actually want to select:Is there a way to filter by posts (where status = 'published'), without actually selecting the
post_tag. In sql, you do the join without selecting that column...J