How to show Individual posts in a multi-blog? I want to bulid a sitemap for my whole site with multi blogs.
0.8
Reported on Movable Type 4.2
How to show Individual posts in a multi-blog? I want to bulid a sitemap for my whole site with multi blogs.
0.8
Reported on Movable Type 4.2
The default code in sitemap is:
<MTIfArchiveTypeEnabled archive_type="Individual"> <MTArchiveList archive_type="Individual" lastn="99999"> <url> <loc><$MTArchiveLink encode_xml="1"$></loc> <lastmod><$MTArchiveDate format="%Y-%m-%dT%H:%M:%S"$><$MTBlogTimezone$></lastmod> <priority>0.8</priority> </url> </MTArchiveList> </MTIfArchiveTypeEnabled>