Sitemap Setting

This plugin is the most powerfull plugin which easily display you post and page through shortcode on front end.You just need to put shortcode([sitemap]) on your page/post.

If you want to exclude pages then put ([sitemap excludepage="1,4"]) where 1,4 are the page id seperated by the comma's.

If you want to exclude categories then put ([sitemap excludepage="1,4" excludecat="6,3"]) where 6,3 are the category id seperated by the comma's.

If you want to exclude post then put ([sitemap excludepage="1,4" excludecat="6,3" excludepost="1,183"]) where 1,183 are the post id seperated by the comma's.



Screenshot1




Screenshot2





0, "excludecat" => 0, "excludepost" => 0, ), $atts)); echo '
'; $args=array( 'exclude' => $atts[excludepage], 'title_li' => '' ); echo ''; echo '
'; } ?>