Tagged: blog post title
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
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
Thanks, Elliott. It worked a charm.
Best
Michele