Create a SiteMap
You’ll learn how to make a Site Map in WordPress.
a) First you need to install The Exec-PHP plugin :
- In your WordPress go to plugins>add new.
- Where say “search” write The Exec-PHP.
- Click in install>install now.
- Then in Activate Plugin.
- You’re done !.
b) Now go to pages>add new and create a new page and add this code. (You have to pay it in HTML not in Visual Editor )
<ul>
<?php wp_list_pages('title_li='); ?>
</ul>
c) You’re done. Now you’ll have a Site Map like this.

