Bug in custom post type loop with similar taxonomy slugs

I have a custom post type loop with four items that have highly similar taxonomy slugs. Here’s my loop:
<Loop type=periodical taxonomy=category terms=ts-specific orderby=title order=asc> <div class="item"><a href="{Field url}" class="card"> <article> <h4><Field title /></h4> <p><Field excerpt auto=true /></p> </article> </a></div> </Loop>

Ugh, nevermind. Correct syntax is
<Loop type=periodical category=ts-specific orderby=title order=asc>

I don’t know why I got hung up on the syntax above.

2 Likes

Hi David, good to see that you got that figured out! Welcome to the forum, glad to have you here :slight_smile: