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?
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