Tagged Questions
0
votes
0answers
17 views
how to make sitemap automatically import new page?
is there a way to import new pages to sitemap.xml and sitemap page in wordpress
i created a page
and i added inside it
sitemap.xml
<?xml version="1.0" encoding="UTF-8"?>
<urlset
...
0
votes
1answer
310 views
WordPress sitemap with Custom Post Types
This is a really neat idea but I'd like to expand upon it. In his post, David Kennedy writes out some code to allow a basic wp_list_pages type feature for Custom Post Types to use as a sitemap. His ...