sitemap


  • [wp_sitemap_page] To display a traditionnal sitemap
  • [wp_sitemap_page only=”page”] To display the pages
  • [wp_sitemap_page only=”page” sort=”menu_order”] To display the pages sorted by menu order. Possible values are: ‘post_title’, ‘menu_order’, ‘post_date’, ‘post_modified’, ‘ID’, ‘post_author’, ‘post_name’.
  • [wp_sitemap_page only=”post”] To display the posts by category
  • [wp_sitemap_page only=”post” sort=”count”] To display the posts by category. Categories sorted by number of posts. Possible values are: ‘id’, ‘name’, ‘slug’, ‘count’, ‘term_group’
  • [wp_sitemap_page only=”category”] To display the categories
  • [wp_sitemap_page only=”category” sort=”count”] To display the categories sorted by number of posts. Possible values are: ‘id’, ‘name’, ‘slug’, ‘count’, ‘term_group’
  • [wp_sitemap_page only=”tag”] To display the tags
  • [wp_sitemap_page only=”archive”] To display the archives
  • [wp_sitemap_page only=”author”] To display the authors
  • [wp_sitemap_page only=”author” sort=”post_count”] To display the authors, sorted by number of posts by author. Possible values are: ‘name’, ’email’, ‘url’, ‘registered’, ‘id’, ‘user_login’, ‘post_count’.
  • [wp_sitemap_page display_title=”false”] To display a traditionnal sitemap without the title
  • [wp_sitemap_page only_private=”true”] Display only the private page (do not works with other kind of content)