Archived topic
how active description cathegory?
3 replies · Started by JOSE on May 14, 2019
Viewing posts 1–4 of 4
with the demo dispatch How can I active the description category?
Thanks again
Hi there,
Dispatch uses the Header Element:
https://docs.generatepress.com/article/header-element-overview/
Go to Appearance > Elements and edit the Archive Header, you should see this in its content:
<h1>
{{post_title}}
</h1>
Make it this:
<h1>
{{post_title}}
</h1>
{{custom_field.description}}
Perfect, works.
Thank you!!!
Glad to be of help
This archived topic is closed to new replies.