#50607 closed defect (bug) (fixed)
Filter non-publicly_queryable from the sitemap
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.5 | Priority: | normal |
Severity: | normal | Version: | 5.5 |
Component: | Sitemaps | Keywords: | has-patch has-unit-tests commit |
Focuses: | Cc: |
Description ¶
When a post type or taxonomy has its publicly_queryable
parameter set to false
, the post type's posts or taxonomy's terms are no longer visible, even when they're public
.
The attached patch filters those post types and taxonomies from the sitemap.
Commits (2)
- [48474] Sitemaps: Exclude post types and taxonomies that are not publicly queryable.… by @swissspidy 5 years ago
- [49140] Tests: Correct the message in a sitemaps test for getting a URL list for a custom taxonomy that is not publicly queryable.… by @SergeyBiryukov 4 years ago
Pull Requests
- Loading…
Change History (8)
This ticket was mentioned in Slack in #core-sitemaps by cybr. View the logs.
5 years ago
Note: See
TracTickets for help on using
tickets.
In 48474: