Viewing 8 replies - 1 through 8 (of 8 total)
  • I’m wondering this myself. Seems like limit=”X” would be pretty straightforward.

    Plugin Author caterhamcomputing

    (@caterhamcomputing)

    I have added a couple of new parameters that might help…

    setting posts_per_page will produce paginated output with a maximum of however many you specify per page …

    [child_pages posts_per_page="3"]

    … would show up to 3 posts, with links to further pages if there are more than 3 posts found.

    Adding the page parameter will allow you to show a particular page of results and suppresses the output of the paginated links …

    [child_pages posts_per_page="3" page="2"]

    … would show the second set of 3 posts …

    Plugin Author caterhamcomputing

    (@caterhamcomputing)

    There is now also a limit parameter which should do exactly what you want, for example:

    [child_pages id="42" col="2" limit="2"]

    Thank you!

    I′m new to this, tried to insert the post_per_page but it seems I′m doing it wrong. I have more than 100 child pages showing up on my parent page, with thumbs. Think I need some more explanation to make my parent page to show up with a less amount of child pages. Hope someone can help.
    Link to the parent page: https://thailiving.one/news/?lang=en#.V6_pc2UlNsM

    Just deactivated the CC Child Page until I can get to handle it. Love the plugin.

    Plugin Author caterhamcomputing

    (@caterhamcomputing)

    bgeggen … can you provide some detail for the problem you were having, as you deactivated the shortcode before I had a chance to look at it.

    Can you post the shortcode with all the parameters that you were using.

    You mention setting post_per_page in your initial post … is it possible that you mis-typed this when you set up the shortcode, as the parameter is actually posts_per_page.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Limit number of listed entries?’ is closed to new replies.