Custom Post Type Sitemap Tweaks
-
I have a plugin that defines a CPT
register_post_type( 'professions', $this->args );
. This then creates a sitemap at https://my-english-site.com/professions-sitemap.xml. So far all good.However, this plugin runs on a WP multisite, with other sites being in different languages. Is it possible to change the sitemap URL for a Spanish site to be https://my-spanish-site.es/profesiones-sitemap.xml?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Custom Post Type Sitemap Tweaks’ is closed to new replies.