Viewing 1 replies (of 1 total)
  • Hi, you would need to edit these two files with a child theme:

    /functions/widgets/alx-posts.php
    /functions/widgets/alx-tabs.php

    And somehow add the pagination to the WP_Query’s there. Could be complicated, not sure.

    (To add pagination, do:)

    <?php get_template_part('inc/pagination'); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘how to add pagination to sidebars?’ is closed to new replies.