Support

Account

Home Forums Backend Issues (wp-admin) Where to find Post Custom Heading in theme files? Reply To: Where to find Post Custom Heading in theme files?

  • Hi @suyash87 ,

    Thanks for the follow up.

    You can wrap the field around h1 in the markup as follows.

    echo “<h1>”.the_field(‘title’).”</h1>”

    I hope this helps.