This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Prevent post loop widget from pagination

5 years ago · Last reply by Andrew Misplon 5 years ago

I’m using post loop widgets on my sidebar to display latest posts from certain categories, the templates for these widgets doesn’t have pagination on in. I want just the main archive to paginate… I already try using this snippet,

echo paginate_links( array(
‘format’ => ‘?page-‘ . SiteOrigin_Panels_Widgets_PostLoop::get_current_pagination_id() . ‘=%#%’,
‘prev_next’ => false,
) );

nothing changes in the behavior, just the permalink changes.

Can I have some light over this issue?

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 5 years, 3 months ago

    Hi Donna

    Thanks for reaching out.

    Are you adding your own template via a child theme or plugin? If so, have you tried removing pagination completely from one of your templates? Hopefully, I’m not missing something here.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread