Add more data to custom urls
-
Hello,
Is it possible to include more data in custom URLs?
I am using the ‘xmlsf_custom_urls’ filter to add custom urls, and when I add more data to the ‘feed-sitemap-custom.php’ file I get to see more data in the sitemap.
When using the filter, all I needed to add was this code to the XML:<changefreq><?php echo ( isset($url[2]) ) ? $url[2] : 'weekly'; ?></changefreq> <lastmod><?php echo ( isset($url[3]) ) ? $url[3] : ''; ?></lastmod>
Is it possible to add this to the next version of the plugin?
Regards,
Marcel
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Add more data to custom urls’ is closed to new replies.