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

    Hi there,

    I was wondering how I can change the layout of the blog post title. Currently, it has a featured image, then the title, then the date, then the copy starts.
    I would like the featured image, then the date, then the title (H1), then the copy.
    Any assistance, appreciated.
    Thanks
    Michele

    #388823

    Hey mcg!

    Open up /enfold/includes/loop-index.php and move line 134.

    echo $title;
    

    To line 186 so it displays right above this.

    echo '</header>';
    

    Best regards,
    Elliott

    #388898

    Thanks, Elliott. It worked a charm.

    Best
    Michele

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Blog Post Title’ is closed to new replies.