Hello,
Could you tell me which file I would edit and where If I want to add content on the single blog page. However, I want to add below the title and author/tags/date and above the content.
Thanks!
Hey weddingmuseum!
You can use Advanced Layout Builder to create your posts and add content anywhere on your posts. Please make sure that you are using the latest version of Enfold which is currently 3.4.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Best regards,
Yigit
Hi Ygiti. This is not feasible as I have 500 posts. Can’t I just edit a php file?
Hey!
Try above line 249 in the /enfold/includes/loop-index.php file.
// echo the post content
echo $content_output;
You can surround it with this so it only gets applied on the single post view.
if ( is_single() ) {
}
Cheers!
Elliott
thanks