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

    HI,

    In my comments.php template file I add the following line to comment pagination be displayed.
    Works perfectly displaying pagination for comments in POST’s

    Added in (wp-content/themes/enfold-child/includes/comments.php)

    <div class="pagination">
        <?php paginate_comments_links(); ?>
    </div>
    

    BUT if I use the “Advance Layout Editor” and use the Avia Layout Builder the option “COMMENTS” to insert comments in the PAGE´s the pagination no more work, just showing the option Older Comments and Newer Comments for the visitors.

    Where can I found and change the file responsible for the pagination of comments in this case?

    Thanks

    #1024594

    Hello,
    Sorry, I created a duplicate topic. Please delete the redundant.

    About the problem I solved the same just adding a copy of the comments.php with the modification in the root of the child (wp-content/themes/enfold-child/)

    Thank you

    #1024688

    Hi,

    Duplicated post, closing.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Edit comments.php file to show pagination in PAGE´s’ is closed to new replies.