Archived topic
Coach Theme Post Categories Display
3 replies · Started by Christian on September 24, 2020
Hello Generate Press,
There is no category index displaying at the top of each individual blog post. Is there something I can toggle in the customizer to make the post/page category index display at the top of the individual blog post?
Individual Post Example is:
Home » Featured » 14 Home Office Ideas that Increase Productivity
or
Blog > Supplements > Best Creatine Supplements
Please let me know if you need further clarification.
Thank you in advance,
Christian
Hi Christian,
To clarify, do you mean you want to display the category on the top of a post?
If so, you can do this using Header Elements found in WP Admin > Appearance > Elements.
I believe Coach theme already has a Posts Title Header element by default. This controls the display you see on single posts' page hero header.
When you edit it, this is the default you'll see.
<h1>
{{post_title}}
</h1>
<p class="post-tags">
{{post_date}} | {{post_author}}
</p>
You can add {{post_terms.category}} if you want its category to display.
AWESOME! exactly what i wanted!
Thanks again Elvin!
~ Christian
Nice one. No problem. :)