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

    Hi there!

    I am trying to add comments to simple portfolio items, so I replaced

    get_template_part( 'includes/loop', 'portfolio-single' );

    with

    get_template_part( 'includes/loop', 'portfolio-single' );
    
                            //wordpress function that loads the comments template "comments.php"
                            comments_template( '/includes/comments.php');

    in single-portfolio.php as you suggested in another thread.

    Am I doing something wrong? No luck so far… By the way, Im using Enfold Photography Portfolio demo, don´t know if that may have something to do.

    Thanks!

    #408872

    Hi Loic84!

    You can simply edit your portfolio item and add Comments element under Content element in Advanced Layout Builder :)

    Cheers!
    Yigit

    #408882

    Wow! Feel so dumb right now! ;)

    Cheers!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add comments to portfolio items’ is closed to new replies.