Looper wont display more than 10 posts

This relates to the following closed topic:

It seems no matter what value I choose (-1, All, any specific number above 10 etc) it will only return a maximum of 10 posts… Is there a reason for this?

Thanks

Hello @underbitestudio,

Thanks for writing to us.

To help you with your concerns, we need to check your settings. I would request please share the admin login details meanwhile I would suggest you troubleshoot a few of the common issues before we investigate your settings. Please share your details in a secure note. Please provide the following details

  • WordPress Login URL
  • Admin-level username and password
  • Exact page URL

You can find the Secure Note button at the bottom of your posts

Thanks

Thanks for the reply Prakash, I have added a secure note

sounds like you might have a post limit set. the default is 10.

Settings > Reading

1 Like

Hello @underbitestudio,

I checked your settings — it looks like you haven’t set the posts_per_page parameter in the query string, so WordPress is using the default value from Settings → Reading → “Blog pages show at most,” which is currently set to 10.

I suggest setting posts_per_page to any integer you prefer (for example, 20 or 30).

Example query:
post_type=bars&bar-type={{dc:form:data key="bar-type"}}&posts_per_page=15

Change the posts_per_page value (15 in the example) to the desired integer.

Hope it helps
Thanks

1 Like

Ahhhhh, got ya. Didn’t even occur to me that it was a Wordpress issue rather than a Cornerstone issue.

Thank you both!

1 Like

You are most welcome, @underbitestudio

1 Like