Create a simple WordPress Sitemap
Posted on
This might be outdated!

Hi, today i give you a quick method to create a simple sitemap page for your WordPress page. As you’ll see it only will take you a few minutes to do it. Let’s go !
First thing to do is to go inside your theme folder, it’s under wp-content/themes. Then duplicate the page.php file and rename it something like template-sitemap.php.
Then, open it in any code editor and add at the very first line this between PHP tags:
/*
Template Name: Sitemap
*/
and then simply replace the_content() by this code:
About the author
Related Posts
4 comments
Leave a Reply
You must be logged in to post a comment.
Wow its great to have site like your nice work to give us how it woking I am also helping others to tell them how to create a site. Thanks again .
thanks for the guide… Really helped a lot!!
thumbsUp!!
[…] una pagina es: page-sitemap nella root del tema e inserisci il contenuto di questa guida: http://www.remicorson.com/create-a-s…press-sitemap/ WordPressStyle – Risorse tutorial & more Rispondi […]
[…] The Fix: Adding a site map for users is relatively simple and there are many tools you can use to help with the creation. Consider these three tools when creating a user site map: Yoast, Google XML Sitemap or build your own. […]