Good morning,
I have been working on a looper which will display pages I have used the following plugin to allow me to add categories and tags to a page:
As you can see here:
And the looper i have set up works and displays the results:
I want it to display the title, categories and the 1 tag (there would only ever be 1 tag per page)
I have put this in the looper:
<p>{{dc:post:title}}</p>
<p>{{dc:term:name}}</p>
The title displays but the category does not. What do I need to change code wise to display the multiple categories and 1 tag
Thank you!
Jason