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

    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

    #187486

    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

    #187520

    Worked perfectly. Thanks.

    Doug

    #187532

    You are welcome, glad we could help :)

    Regards,

    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Automatically Add Page Title above text’ is closed to new replies.