Getting more posts than I should
-
I’m using the following code to retrieve posts that fit certain categories that match a tag that retrieve from a custom field:
<table> [pass field="slug-tag"] [loop type="post" category="cat1,cat2" tag="{FIELD}"] <tr><td>[field title-link]</td></tr> [if empty] Nothing found. [/if] [/loop] [/pass] </table>
The problem is I’m getting many more posts than I should. Most do not match the tag at all.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Getting more posts than I should’ is closed to new replies.