Editing the core files so that the site map does not paginate

Permalink
Hi there,

I am trying to organise my pages in the site map to be in alphabetical order (with a couple of exceptions).

It is quite a large section of the site, currently with 110 pages.

The problem I am having is moving pages around over the pagination that kicks in on the site map at 100+ pages in one section. Is there any way I can edit the files in the core to stop the site map displaying in this way, or to increase the number of pages it will show before it paginates?

Thanks in advance for your time.

 
ggn06awu replied on at Permalink Best Answer Reply
ggn06awu
Open and add the following in to your site.php file in /config:

define('SITEMAP_PAGES_LIMIT', '300');


Worked for me a while back!
josummers replied on at Permalink Reply
Thanks so much! That worked. :D