- This topic has 1 reply, 2 voices, and was last updated 11 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
The Support Forum is closed. Not to worry! Providing the top quality support you expect and we're known for will continue! We're not ending support, just changing where you submit requests. This will provide you with the best experience possible.
Premium Support
Have you purchased an addon for Connections such as one of our premium templates or extensions with a valid license and you need help?
Please open a Support Ticket in your user account.
Free Support
Are you using the free Connections plugin? Don't worry, you are still very important to us! We are still providing you with the same high quality support that we're known for.
Please open a new support topic in the WordPress support forums for Connections.
Tagged: 8.1.5, pagination
I’m working on a Connections page that has 40+ profiles and growing. I’d like to display all profiles on one long page, instead of breaking them up into separate pages of 20. How can I do this? Please advise.
Thanks.
@ Brian
I’m assuming you’re using one of the premium template from here, yes? If so, you can add enable_pagination='false' to the [connections] shortcode so you will have something like this:
[connections enable_pagination='false]`
That will disable the pagination but I do want to caution you, I do not recommend more than 50 per page because of the negative impact of having a large number shown on one page. Basically for the same reason one should not try to show a very large number of WordPress posts on the same page.
Hope that helps!
