$content output missing pages

Post Reply
User avatar
cobber
Master Bludit
Posts: 78
Joined: Sun Feb 28, 2016 10:15 am
Location: Scotland
Has thanked: 21 times
Been thanked: 5 times

I'm using the following to check pages output but appear to be missing several from the end.

Code: Select all

foreach($content as $s){echo $s->title()."<br>";}
Has anyone else experienced this?

I am missing two pages.

The output is:

Customer Focus
Rapid Delivery
Great Choice
Some of our clients
Focus
Clarity

But the last two (Speed, Quality) are failing to be output.
User avatar
cobber
Master Bludit
Posts: 78
Joined: Sun Feb 28, 2016 10:15 am
Location: Scotland
Has thanked: 21 times
Been thanked: 5 times

Hope this helps someone else in the future . . .

The remaining pages were not displayed due to a site setting that was set to 6.

If you need to change the number of items output by the cms then goto:

Side Panel -> General -> Advanced

Select the 'Items per page' to your desired setting.

In my case I set it to 'All content'
Post Reply