Hi everyone, I am a newbie to bricks. Here is the problem I met:
I have enabled the pagination for my post’s query loop, when I click the next page, it shows me the same 404 page all the time.
I don’t know where goes wrong, I’m pretty sure I have other posts in the 2nd page.
image|690x295
Hi @lionelcho ,
May I know if this is on the archive/search page?
If so, you have to check the “Is main query” for this query loop.
Regards,
Jenn
Hi Jenn,
Thanks for your quick reply.
Yes, this is the archive page, and I enabled the main query option after seeing your suggestion.
Now all posts are populated in the same page, no pagination shows at the bottom anymore, is this normal?
What is your “posts per page” setting on this query?
If your result is less than posts per page, no pagination is normal.
By the way, by using the post element, is it possible to stretch the post height to the same?
Hi @lionelcho ,
Do you have any sticky posts? Please tick the Ignore sticky posts too.
You can place this Custom CSS on the Posts element
%root% .bricks-layout-inner {
height: 100%
}
The code works fine, but i toggled the ignore option, still no pagination, strange.
Hi @lionelcho ,
Kindly send admin credentials to help@bricksbuilder.io and include this forum thread in the email.
(Please use your purchased license email when composing the email for license verification)
I will check your setup.
Regards,
Jenn
Is there a solution for this? I have the same problem.