Plugin

Archived
Forum
(read-only)


For official support, visit the official support site »

Google Sitemap Lite

ExpressionEngine 2, ExpressionEngine 3

Back to this add-on's main page
View Other Add-ons From Rein de Vries

     

Include/Exclude functionality

General (Resolved)

iworktoomuch
iworktoomuch

Hello, I see in your plugin usage it says that you can use include/exclude with structure, but it doesn’t seem to work. Looking at your source, it’s not implemented. Is this for a future version? I would love to have this functionality.

Thanks,
Isaac

Reinos
# 1
Developer
Reinos

Hi there,

Sory for this ‘very’ late reaction :-(
You can use:

{exp:google_sitemap_lite:generate type=“structure” mode=“pages”}
This genereate a sitemap for only the pages from structure (Not the listings)

{exp:google_sitemap_lite:generate type=“structure” mode=“all”}
{exp:google_sitemap_lite:generate type=“structure”}
This genereate a full sitemap for the structure pages

Hope this wil help.