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

    How could I do this?

    #119489

    Anyone? Is there a way to create a shortcode and use it to display the comment box?

    #119490

    There’s no comments element at the moment. If you want to add the comments to pages open up page.php and replace

    get_template_part( 'includes/loop', 'page' );

    with:

    get_template_part( 'includes/loop', 'page' );

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

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