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

    How do I enable comments on my portfolio pages?

    It would be great if it could be a drag and drop feature but will be happy with whatever solution we have at the moment.

    #174423

    Any ideas?

    #174521

    Hey!

    This will only work if you’re not using the Advance Layout Builder for portfolio items.

    Edit includes > loop-portfolio-single.php, find this code:

    the_content(__('Read more','avia_framework').'<span class="more-link-arrow">  &rarr;</span>');
    				echo '</div>';

    Below, add the comment template:

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

    Make sure that Discussion is enabled for portfolio entries. Edit a portfolio entry, click screen options then enable “Discussion”.

    Best regards,
    Ismael

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Comments?’ is closed to new replies.