When pulling tag entries via the hardcode method…
{exp:tag:entries tag="myTag1|myTag2"}
{/exp:tag:entries}
This seems to be pulling the entries as “myTag1 or myTag2”. That is, if myTag1 is not in the entry, all the myTag2 entries are still pulled. I would like to have is pull the entries and “myTag1 AND myTag2”.
Is this possible. tag="myTag1&myTag2;" does not seem to work.
thanks…
