Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #253599

    Hi,

    I made some tests and I saw that the pagination not work in comments.
    The coments are keeping the:

    « Older Comments Newer Comments »

    This is normal? How can I correct and use the normal pagination of the theme?

    Thanks

    #254156

    Hi!

    You mean to have numeric pagination for comments?

    Best regards,
    Josue

    #254386

    Hi,

    Yes. Have the numeric pagination in the comments.

    #254685

    Hi,

    Is possible to do that in the enfold theme?

    #254752

    Hello!

    It is possible but that would require a heavy customization and unfortunately that’s beyond the scope of the support we can offer.

    If you have a lot of comments in your site that needs to be paginated i personally recommend you to use a third-party option like Disqus (it has a WP plugin).

    Cheers!
    Josue

    #255055

    Hi,

    I was able to do that, using the code bellow in the comments.php.

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

    The same created a standard enfold pagination in all posts.

    But now I have other problem. I trying to do that using the child theme. I using your:
    enfold-child zip file. I created a include directory and put a copy of comments.phh inside.

    But now the pagination doesn´t work!! Why not? Where is the problem?

    THANKS

    #255084

    Hi,

    Problem solved. Just on file missing.

    Thanks

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