Forum
Welcome, Guest
Please Login to access forum.
Re:External URL in the menu not showing in XML (1 viewing) 
Go to bottom
TOPIC: Re:External URL in the menu not showing in XML
#4599
John Dagelmore
Admin
Posts: 3873
User Online Now
Re:External URL in the menu not showing in XML Karma: 84  
If you want to include subdomains links in the XML sitemap you can quickly open the file:
root/components/com_jmap/views/sitemap/tmpl/default_xml_menu.php
and comment out the line 29, from:

Code:

continue;
to
Code:

//continue;
That should do the trick, then you can setup a template override for this file.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top