I have a landing page with sectors we service on it - however when adding new pages they dont seem to go onto this landing page.
There are 10 headers - however i have 15 pages.
Any idea why this would be happening or how i can link it so once a new page is posted it creates a new header to click on. (hopefully this makes sense)
How exactly do you output this list of sectors on your page?
Do you use a snippet like getResources or pdoResources?
If you use such a snippet, you may have to add the property &limit=`0` to see all the results.
Every website created with MODX is unique, so it’s difficult to give a general answer.
Open the “Sectors We Service” page in the manager and try to locate where the tiles for the services are output. If it’s not in the content of the resource or in any template variable, then take a look at the template the resource uses.
There is a dropdown that defines the template of a resource.
The actual template can then be found under the “Elements” tab.
Open the template in the manager and try to locate the position where the tiles are output. A template may contain tags like this [[$nameOfAChunk]] (with a $) that reference chunks with additional HTML code that get included into the template.