sitemap pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8039
    ideami
    Member

    hi, the sitemap template is very nice
    http://incredivid.com/sitemap/
    but i need to solve this
    – not all pages inside portfolio appear, only the home page ones are being shown on sitemap, i need all the individual portfolio pages of the portfolio to appear
    – i need that only the pages that are being actually active and shown on the menus appear

    thank u so much

    #8064
    Raghavendra
    Moderator

    Pls change sitemap.php file at line number 82 to –

     $loop = new WP_Query(array('post_type' => 'portfolio', 'posts_per_page' => '-1'));
    

    and see if that helps pull more portfolio items.

    I was not clear on the active pages. Are you finding that pages which are in draft or deleted status are appearing in the sitemap?

    #8075
    ideami
    Member

    yes i think this works
    thank you so much

    #8093
    Raghavendra
    Moderator

    Glad that worked. Thanks for letting us know. Have incorporated the change into the theme for future updates.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘sitemap pages’ is closed to new replies.