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
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