• Resolved montviso

    (@montviso)


    I use a loop like this:

    while ( cnr_have_children() ) { cnr_next_child(); 
    	
    	//Do something
    }

    It works wonderfull, if there are not more then 10 posts per page (Section).
    Ist there a limit?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Archetyped

    (@archetyped)

    Hi, Cornerstone uses your site’s “Blog pages show at most” option in the Reading admin settings, so you can customize the number of children posts to display per page with this option.

    If you have more child posts than will fit on a single page, you can add pagination using WordPress’ pagination functions such as paginate_links() (documentation) and CNR’s functions such as cnr_children_count(), cnr_children_found(), and cnr_children_max_num_pages() to populate the necessary parameters. See CNR’s functions.php file for more details on these and other functions.

    Thread Starter montviso

    (@montviso)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Limit for Childs per Section?’ is closed to new replies.