Page list child page order
Permalinkhttp://185.38.45.152/~windowmateupvc/products/doors/...
You can see on the left hand side what the page order should be. However as you can see on the right the sections are mixed up. The ones messing up the order are the child pages of the patio doors section. Can anyone shed light on how to fix this?
<?php defined('C5_EXECUTE') or die("Access Denied."); $rssUrl = $showRss ? $controller->getRssUrl($b) : ''; $th = Loader::helper('text'); $ih = Loader::helper('image'); //Note that $nh (navigation helper) is already loaded for us by the controller (for legacy reasons) ?> <div class="ccm-page-list rangeCats cf"> <?php foreach ($pages as $page): // Prepare data for each page being listed... $title = $th->entities($page->getCollectionName()); $url = $nh->getLinkToCollection($page); $target = ($page->getCollectionPointerExternalLink() != '' && $page->openCollectionPointerExternalLinkInNewWindow()) ? '_blank' : $page->getAttribute('nav_target'); $target = empty($target) ? '_self' : $target; $img = $page->getAttribute('main_image');
Could you post some screenshots of the configs of both blocks?