Hello.
I have turned off the Page Title and Breadcrumb Navigation as I don’t like the location of the title on the page. I can get the page title to display when not using the avia layout builder but the title disappears when it is turned on. Can you please help me figure out how to display the page title automatically when using the layout builder?
I am working locally but have included a link to a screenshot.
https://drive.google.com/file/d/0BwCg0nAp9i1xNFo0QVVnQTNFRms/edit?usp=sharing
Thanks
Doug
Hey Doug!
Open template-builder.php and replace line 34:
echo $content;
By this:
echo "<h1>".get_the_title()."</h1>".$content;
Change the h1s if you want to use another heading type.
Best regards,
Josue
Worked perfectly. Thanks.
Doug
You are welcome, glad we could help :)
Regards,
Josue