1. Home
  2. Knowledge Base
  3. Posts Table Pro
  4. Posts Table Pro Options

Changing the number of posts in the table

In Posts Table Pro, you can choose how many items are listed on each page of the table, and the total number of posts in the table.

Rows per page

The Rows Per Page option controls how many rows display on each page of results in the table. The default is 25 rows. Set this to -1 to show all records in your table.

If there are more posts than the number of rows, then pagination buttons will appear underneath the table so that users can navigate between multiple pages.

You can control this option on the Edit table page, plugin settings page, or directly in a shortcode.

Shortcode options

Use the rows_per_page option to set options directly in the [posts_table] or [posts_table_template id=""] shortcode.

Examples:

  • Displaying 10 rows per page: [posts_table rows_per_page="10"]
  • Displaying all posts: [posts_table rows_per_page="-1"]

Post limit

The Post limit option controls the maximum number of posts displayed in your table. Defaults to 500 posts. Set the post limit to -1 to show the whole post/page content.

Warning: setting too large a limit could have a performance impact on your server. If you are displaying a large number of posts, we recommend activating lazy load.

You can control this option on the plugin settings page or directly in a shortcode.

Shortcode options

Use the post_limit option to set options directly in the [posts_table] or [posts_table_template id=""] shortcode.

Example: [posts_table post_limit="750"]

Related Articles

If searching the knowledge base hasn't answered your question, please contact support.