[Support request] how active description cathegory?

Home Forums Support [Support request] how active description cathegory?

Home Forums Support how active description cathegory?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #899222
    JOSE

    with the demo dispatch How can I active the description category?
    Thanks again

    #899230
    David
    Staff
    Customer Support

    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}}
    #899238
    JOSE

    Perfect, works.
    Thank you!!!

    #899243
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.