Embed sitemap in a page

I've seen that many sites have a dedicated page for a sitemap, not just an .xml file.

For example, https://www.casinos.de/sitemap/ They're using Yoast SEO and sitemap.xml is also available, but how can you embed the whole sitemap in a page like this?

Is there a function or just a file_get_contents()?

Topic sitemap plugin-wp-seo-yoast seo Wordpress

Category Web


You can fetch all the different post_types you have by using get_post_types(). Then you can loop through all posts of each post_types and echo all these posts (title + link). That way you have the freedom of formatting your sitemap the way you want.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.