How to ADD A SITEMAP (HTML) PAGE to WordPress

In Plugins by Alex Cooper2 Comments

Adding a sitemap to your WordPress website is a good thing to do. A sitemap can help both visitors and search engines navigate your website. 

In this easy to follow tutorial I take you through using the free WordPress plugin simple sitemap to create a sitemap page that automatically updates as you make changes to your site. This will work with any theme your running.

Towards the end of the video I add the sitemap to the top navigation on my site and it pushes it onto two lines. If you're running the Kingdom Theme and this happens on your site you might want to use the code below. Just copy and paste into the additional CSS section within Appearance-> Customize

.kd_header_top .kd_header_top_menu li {
margin: 0px 20px 0px 0px;
}

Good luck setting up your WordPress sitemap page!

You Might Like:

Comments

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.