In my blog page, I have tried using “{{dc:term:name}}” to display the category name. However, it’s also putting a category name when someone goes to Page 2 when there isn’t a category. How do I fix this so it only shows a category name when it’s truly on a category page?
Hi @pumpknhd,
Thank you for writing in, 1) this is /learn/page/2/ a blog page, you can not use the {{dc:term:name}} here. You can apply this Element CSS to the Bar or the Headline so it wont show on the blog page.
.blog $el {
display: none;
}
The /learn/category/procedures/breast/breast-augmentation/ is a real archive category page, that is why the {{dc:term:name}} is working in there properly.
2.) On your Looper Provider, set the count to the desired number.
Cheers,
1 Like
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.