Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #540521

    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!

    #540882

    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

    #541172

    Hi Ygiti. This is not feasible as I have 500 posts. Can’t I just edit a php file?

    #541849

    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

    #542205

    thanks

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘adding content on single blog page’ is closed to new replies.