Recent Blog Posts
WordPress Sitemap Tutorial Written by Andrew NL | 2 Comments »

How to install an sitemap into your wordpress: Step 1) Open notepad or any text editing program. Step 2) Copy and paste the given code below and save your document as sitemap.php <?php /* Template name: Sitemap */ ?> <?php get_header(); ?> <div id=”container”> <br /> <h2 id=”post-<?php the_ID(); ?>”><?php the_title();?></h2><br /> <h4>Pages:</h4> <ul> <?php [...]

Category: Tutorials Tags , , ,