Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #203569

    Hi guys,

    I am trying to figure out a most efficient way to move the page / post titles from the “title_container” to the page / post’s content area and place it right under <div class=”entry-content-wrapper clearfix”>.

    I am using a child theme and wonder what files I need to copy to the child theme and to modify to make this happen?

    Could someone point me in the right direction?

    Thank you.

    #203632

    Hey nikolai!

    This is not easily possible. Basically you would need to remove all function calls of “avia_title()” from all theme templates (I did a quick search and found 18 occurrences in template files) and then you need to add the title output to the main content container (i.e. in /wp-content/themes/enfold/includes/loop-page.php or /wp-content/themes/enfold/includes/loop-portfolio-single.php). However you need to be very careful – otherwise you’ll break the theme. Depending on your coding skills I recommend to hire a freelancer for this job. The job should be doable with 1,5-2 hours of work.

    Cheers!
    Peter

    #203669

    Hi Peter,
    All clear. Thank you for pointing me in the right direction.
    Best,
    Nikolai

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Moving page (or post) titles in Enfold’ is closed to new replies.