Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #690976

    Hi,

    I am trying to exclude certain pages from the sitemap within the footer. I have entered the page ID that I want to exclude, saved the changes, but the page is still listed in the sitemap.

    Please advise?

    #692574

    Hey Bellows,

    try to use page-item-id of each sitemap element. For example for “About Us” use this code:

    .page-item-689 {
    display: none;
    }
    

    Best regards,
    Andy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.