Comment on WordPress SEO Plugins by SEO Dave.

WordPress SEO Plugins Hi Clayton,

Glad you like the theme and thanks for your kind words, I sell these themes more as a hobby than as a business, I made them for my own use and seamed a shame to just use them myself :)

There’s a sitemap template with this theme, create a Page (not a post) and on the Attribute menu under Template select the Sitemap template.

Give the Page a name like I did for this site-

Google AdSense Sitemap

No need to add any content and you get a page with asitempa only.

That being said the themes on this site shouldn’t need a sitemap (added this one as an example) since Google etc… can easily spider the entire site via the category links etc… from my perspective a sitemap page is a waste of PR/link benefit which is why I never create a sitemap on my other sites.

With regards creating child Pages I’ve made a mistake in the code! What I’ve done is restrict the Pages shown to just level 1 (Parent pages) by adding &depth=1 to the Page coding. Easy to fix.

If you use Widgets load functions.php in a text editor or the online theme editor and find-

wp_list_pages('sort_column=menu_order&depth=1&title_li=');

Change to

wp_list_pages('sort_column=menu_order&title_li=');

That will then show all Pages on your sidebar menu.

If you don’t use widgets load left_sidebar.php and look for the same code.

Looks like I need to send out an update now :)

David Law

Edit: my code got deleted due the the PHP coding, fixed now