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

    Hi there,

    first of all, I LOVE your theme! By far the best one i’ve worked on so far.
    I have something that is troubling me though. I am trying to find a way to add comments on portfolio entries, but so far, no luck. I am working on the default editor. I know how to add them in advanced editor, but I can’t really switch to the advanced editor because my content doesn’t show anymore… so, the question remains; what is the shortcode to add comments?

    check this!

    Thanks in advance and all the best!
    George

    • This topic was modified 10 years, 1 month ago by 2-by-4.
    #240573

    Hey 2-by-4!

    Please edit single-portfolio.php, find this code on line 26:

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

    Below, add this code:

    //wordpress function that loads the comments template "comments.php"
    comments_template( '/includes/comments.php');

    This will add the comment template below the single portfolio view.

    Regards,
    Ismael

    #240633

    Worked like a charm!
    Many thanks for the quick reply Ismael!!

    Go enfold!
    Cheers!

    George

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