Create A Site Map

A site map is a good idea for your visitors as they can always refer to it if they cannot find what they are looking for. However it can be quite time consuming doing it manually especially if you already use WordPress pages, so here’s a really quick way of making a site map.

1. First you need to download this plugin from here, unzip it and upload it to wp-content >> plugins folder. Alternatively you can download it from your dashboard by going to Plugins >> Add New, searching Exec-PHP and clicking Install.

2. Activate the plugin, then create a new page and call it site map.

3. Add this code to the page, make sure it’s in HTML editor.

<ul>
<?php wp_list_pages('title_li='); ?>
</ul>

Publish the page and you have a site map, click here to see mine.