Global changes to page attributes - exclude from sitemap xml
PermalinkIs there a way to globally change page setting for the tickbox 'do not show in sitemap xml'?
Ive gone into page attributes and changed to show on every page but it dosen't tick the boxes.
Global changes like this for attributes would probably make a great feature or add-on.

Sorry but I don't follow what your saying. Could you steer me a bit more please?
Sadly after ticking all the relevant pages i wanted to change, i got an error saying max 30 seconds execution time exceeded. (see attached)
On slower (shared) hosting, you'll want to increase this in your php.ini:
max_execution_time = 120
I've seen installs fail with only 30 seconds on some shared hosts...
I increased to 120 but still get the error saying 'Maximum execution time of 30 seconds exceeded'. will check with my host in case there is an override somewhere else.
I have previously edited the php.ini file to allow larger uploads so it must be working.
You can check the live value: http://yoursite.com/index.php/dashboard/system/environment/info... or create a file called called something like phpinfo.php in your site root with the following:
<?php phpinfo();
You'll want to delete this file later for possible security reasons.
Not sure this would apply for all hosts but for me this worked.