2 pi_stoff Oct 23, 2011 06:59

The goal is to display on a single sitemap posts aggregated from all blogs
Here's what you can do:
- Edit the file /skins/_sitemap/index.main.php at very top
load_class( '/items/model/_itemlistlight.class.php', 'ItemListLight' );
$Blog->set_setting('aggregate_coll_IDs', '*');
- then open the following URL to see the sitemap
http://www.bestvaluebuys.co.uk/blog/?tempskin=_sitemap&cat_focus=wide
Thanks that works great,
needed to add the &cat_focus=wide to google webmaster tools to see them all.
bump