Make WordPress Core

{1} All Tickets (8009 matches)

Create a new ticket
  • All active tickets
  • Sort by component, type, summary
  • Accepted tickets have an '*' appended to their owner's name

Results (5401 - 5500 of 8009)

Posts, Post Types (100 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#41727 Draft page loses its hierarchy on save when other pages are drafts in hierarchy normal normal Awaiting Review defect (bug) 12/15/2020 3
#41857 Walker_PageDropdown doesn't set correct selected value when using value_field normal normal Awaiting Review defect (bug) 07/22/2020 5
#41893 Add URL filter in posts list table get_edit_link() dev-feedback normal normal Awaiting Review enhancement 02/15/2020 1
#41949 Allow multiple values for the same meta key to be passed to `wp_insert_post()` has-patch normal normal Awaiting Review defect (bug) 08/25/2023 27
#43083 adding "Unlisted" type for post visibility dev-feedback normal normal Future Release feature request 02/06/2026 6
#43256 wp_delete_post() should use get_post() not wpdb->prepare normal normal Future Release enhancement 02/06/2026 6
#43287 The text "immediately" should be capitalize in publish meta box. has-patch normal normal Awaiting Review enhancement 11/18/2019 8
#43347 Introduction of 'has_single' register_post_type parameter normal normal Awaiting Review feature request 07/19/2022 2
#43672 wp_delete_post() function ignores `$force_delete` parameter for custom post types dev-feedback normal normal Awaiting Review defect (bug) 07/05/2023 2
#43740 Filter WP_Post methods (vs. removing final/'get_post' filter) dev-feedback normal normal Awaiting Review enhancement 02/04/2026 5
#44497 get_page_link() doesn't check if a valid post object is returned before trying to access its properties has-patch normal normal Awaiting Review defect (bug) 06/08/2023 2
#44524 Allow Users to View Custom Post Type Admin Page dev-feedback normal normal Future Release defect (bug) 02/01/2026 4
#44752 wp_get_archives() with the parameter limit = 0 generates an error SergeyBiryukov has-patch normal normal Future Release defect (bug) 01/06/2019 3
#44805 Resurrecting post from trash reverts its slug has-patch normal normal Future Release defect (bug) 10/09/2025 5
#44842 Search post box in mobile normal normal Future Release enhancement 05/18/2022 12
#45035 allow register_post_type() arg to control whether a CPT's counts are added to the "At a Glance" Dashboard widget normal normal 7.0 enhancement 12/26/2025 10
#45764 blog page and homepage the same list pages and not posts dev-feedback normal minor Awaiting Review defect (bug) 12/12/2019 9
#46296 Posts set to 'private' and password protected should return a 403 HTTP header status has-patch normal minor Awaiting Review defect (bug) 07/10/2023 5
#46423 Posts on wp-admin page should be ordered by date_gmt and not date normal trivial Awaiting Review defect (bug) 02/08/2021 3
#47041 Custom Post type author empty normal normal Awaiting Review defect (bug) 04/22/2020 1
#47279 $post object passed to clean_post_cache action can contain outdated values needs-docs normal normal Future Release defect (bug) 09/05/2025 3
#47552 post_name when inserting is not guaranteed to be unique needs-unit-tests normal normal Future Release defect (bug) 09/05/2025 2
#47637 Enhance excerpt_remove_blocks to handle more types of group blocks normal normal Future Release defect (bug) 11/22/2021 16
#47642 Order by comment count - posts list tables johnbillion has-patch normal normal Future Release defect (bug) 12/11/2025 55
#47652 wp_dashboard_right_now() emits debug notices on unregistered core post types normal normal Awaiting Review defect (bug) 07/05/2019 4
#47742 sorting by date incorrect normal normal Awaiting Review defect (bug) 07/20/2019 2
#47849 Post excerpts accept spaces SergeyBiryukov has-patch normal normal Future Release defect (bug) 10/15/2019 11
#47988 Unexpected behaviour when draft post has the same page_name as published post has-patch normal normal Future Release defect (bug) 01/20/2026 8
#48006 post_date not as expected has-patch normal normal Awaiting Review defect (bug) 09/17/2019 11
#48106 Revisit post GUID sanitization on `&` normal normal Awaiting Review defect (bug) 09/28/2019 2
#48370 Add "next/previous" links to Edit Post screen dev-feedback normal normal Awaiting Review feature request 10/19/2019 2
#48375 Introduce a separate capability for trashing a post normal normal Awaiting Review enhancement 01/06/2020 1
#48410 `wp_insert_post()` can result in duplicate post data normal normal Awaiting Review defect (bug) 01/02/2020 2
#48512 Post editor can show wrong author, if user role was changed dev-feedback normal normal Awaiting Review defect (bug) 11/06/2019 2
#48622 `editable_slug` filter does not pass the correct value normal normal Future Release defect (bug) 11/14/2019 3
#48954 "Sticky" post state shows even for non-Post post-types has-patch normal normal Future Release enhancement 10/16/2025 8
#49109 Array offset access notice problem with `remove_meta_box()` and `add_meta_box()` function. normal critical Awaiting Review defect (bug) 02/26/2020 1
#49136 White screen in password protected posts, referrer policy normal normal Awaiting Review defect (bug) 03/06/2020 2
#49164 Page List Order normal major Awaiting Review enhancement 01/13/2020 4
#49194 Page Template dropdown ordering should be by title, not value has-patch normal minor Future Release defect (bug) 02/06/2026 4
#49355 "Publishing failed. Error message: Could not update post in the database" caused by encoding normal normal Awaiting Review defect (bug) 07/02/2023 2
#49478 get_post_type_object has the wrong type of validator for its parameter dev-feedback normal normal Awaiting Review defect (bug) 02/01/2026 2
#49644 Move logic from register_post_type() into WP_Post_Type->register() dev-feedback normal normal Awaiting Review enhancement 03/13/2020 3
#49708 Add a new function get_page_by_guid normal normal Awaiting Review feature request 11/19/2025 1
#49812 EvalError: Refused to evaluate a string as JavaScript because 'unsafe-eval' is not an allowed source of script in the following Content Security Policy directive: "default-src 'self' http: https: data: blob: 'unsafe-inline'". normal normal defect (bug) 07/29/2024 3
#49969 Previewing the page designated as "latest posts" shows the frontpage normal normal Future Release defect (bug) 04/15/2024 9
#50255 get_the_modified_author() not working for posts updated via REST API westonruter normal normal Future Release defect (bug) 11/06/2025 7
#50435 In some cases wp_get_post_parent_id() = get_post_ancestors normal normal Awaiting Review defect (bug) 02/18/2025 1
#50447 wp_publish_post not checking for unique post slugs has-patch normal major Future Release defect (bug) 10/17/2022 3
#50467 Search results not displaying all entries in Admin > Posts in certain conditions normal minor Awaiting Review defect (bug) 08/23/2021 2
#50546 Add better error notices when deleting things fail dev-feedback normal normal Future Release enhancement 07/07/2020 5
#50877 Always sanitize post types' and taxonomies' rewrite arguments flixos90 has-patch normal normal Future Release defect (bug) 08/19/2020 3
#51787 Introduce dedicated function that retrieves post object by metadata dev-feedback normal normal Awaiting Review enhancement 07/16/2025 2
#51867 Page Parent dropdown is a huge mess normal major Awaiting Review defect (bug) 11/29/2020 4
#52101 Need to add trash option for Draft Reusable Blocks normal normal Awaiting Review defect (bug) 12/31/2020 3
#52389 Consistently check for non-empty post ID in attachment functions SergeyBiryukov* has-patch normal normal Future Release defect (bug) 09/30/2024 2
#52738 Use of get_object_vars() in sanitize_post() and WP_Post constructor does not handle null byte has-patch normal normal Awaiting Review defect (bug) 10/04/2023 29
#52888 Docs: Update get_children function SergeyBiryukov dev-feedback normal minor Future Release enhancement 06/27/2025 9
#52950 add_meta_box issue in wordpress 5.7 normal major Awaiting Review defect (bug) 03/31/2021 1
#53044 Issue on mobile device when try to post QUICK EDIT. normal normal Awaiting Review defect (bug) 05/13/2021 3
#54020 Add a filter to allow updating post without changing the modified dates dev-feedback normal normal Awaiting Review enhancement 09/29/2021 8
#54258 WP_Query::is_tax() returns true on custom post type archives (5.8.1) normal normal Awaiting Review defect (bug) 10/19/2021 5
#54301 It is not possible to set 0 as post title has-patch normal normal Awaiting Review defect (bug) 01/27/2022 7
#54376 Add `is_post_publicly_viewable` filter has-patch normal normal Awaiting Review enhancement 10/03/2024 3
#54920 Problem with blog posts updating to WordPress 5.9 audrasjb normal normal Awaiting Review defect (bug) 02/01/2022 1
#55087 Published environment and published versions for posts/pages to be able to work on the same post/page without affecting the production version until the changes are ready to become the next version of the production post/page. normal normal Awaiting Review feature request 10/30/2023 1
#55152 Cannot delete post content if the title is empty normal normal Awaiting Review defect (bug) 02/14/2022 2
#55332 problem with quick comment discarded changes normal minor Awaiting Review defect (bug) 08/09/2023 1
#55523 Remove deprecation notice from get_the_excerpt needs-unit-tests normal normal Future Release defect (bug) 02/06/2026 7
#55638 Undefined property: WP_Post_Type::$post_type normal normal Awaiting Review defect (bug) 05/13/2022 7
#55665 Remove unused margin when post-body-content is empty normal normal Awaiting Review defect (bug) 05/06/2022 1
#55895 Register custom post statuses dev-feedback normal normal Awaiting Review defect (bug) 09/22/2025 5
#55920 Ability to query by post author in post_exists() has-patch normal normal Awaiting Review enhancement 06/07/2022 3
#56059 register_post_type()'s "description" argument can't be translated (gettext) normal normal Awaiting Review defect (bug) 06/25/2022 4
#56241 The post category count according post data not showing on admin side. normal normal Awaiting Review defect (bug) 01/23/2026 4
#56364 When I update to 6.0.1 it hides categories, Featured image, Author selection when I want to create a post normal normal Awaiting Review defect (bug) 09/03/2022 2
#56480 _add_post_type_submenus doesn't use WP_Post_Type::$menu_position normal normal Awaiting Review defect (bug) 04/12/2023 1
#56590 TypeError error in get_the_content when $elements['page'] and $elements['pages'] are null has-patch normal normal Awaiting Review defect (bug) 05/12/2025 3
#56599 "All" view not selected for all relevant views for custom post type has-patch normal trivial Awaiting Review defect (bug) 01/28/2026 8
#56700 wp_update_post function not support meta update normal normal Awaiting Review defect (bug) 09/30/2022 1
#57438 Slug is not generated when saving posts as draft dev-feedback normal normal Awaiting Review defect (bug) 05/12/2025 2
#57496 Lazy load post meta spacedmonkey dev-feedback normal normal Future Release enhancement 01/20/2026 31
#57622 Add filter to get_page_by_path has-patch normal normal Awaiting Review enhancement 07/18/2024 3
#57634 Hide "view" link from Post List Table if empty string passed to post_link has-patch normal normal Awaiting Review defect (bug) 02/04/2023 1
#57810 Should wp_insert_post() function call 'wp_insert_post' action with 'update' equals true after creating post for the first time. normal normal Awaiting Review defect (bug) 03/12/2023 5
#57829 Post "Read" Capability for Rest API has-patch normal normal Awaiting Review enhancement 05/31/2024 2
#57875 Add password strength meter for password protected content normal normal Future Release enhancement 11/19/2024 1
#58476 preg_split(): Passing null to parameter #2 ($subject) of type string is deprecated normal normal Awaiting Review defect (bug) 11/28/2024 5
#58487 Text editor problem normal normal Awaiting Review defect (bug) 06/08/2023 4
#58617 Post Status label inconsistency in get_post_statuses() and get_post_stati() functions has-patch normal minor Awaiting Review defect (bug) 06/25/2023 1
#59027 Weekly wp_get_archives has invalid link (link for month instead of year) needs-unit-tests normal normal Future Release defect (bug) 05/21/2024 13
#59241 get_the_posts_navigation wrong functions called for prev and next links has-patch normal normal Awaiting Review defect (bug) 08/30/2023 3
#59348 Excerpt block length is not full customizable any more normal normal Awaiting Review defect (bug) 09/14/2023 2
#59354 Unnecessary queries performed when updating a post without providing categories or tags has-patch normal normal Awaiting Review defect (bug) 06/13/2024 2
#59610 Post modified date cannot be updated through WP-CLI dev-feedback normal normal Awaiting Review defect (bug) 10/13/2023 5
#59664 I have tested beta 6.4 version and some issue on mobile device normal normal Awaiting Review defect (bug) 10/27/2023 5
#59680 Nextpage add pagination for page has-patch normal normal Awaiting Review feature request 06/05/2025 2
#59766 Custom post type archive URLs are being resolved in an unexpected way if a page with the same slug exists and the URL's casing doesn't exactly match the custom post type's rewrite slug has-patch normal normal Awaiting Review defect (bug) 01/18/2024 10
#59901 PHPunit tests for wp_find_hierarchy_loop has-patch normal normal Future Release enhancement 02/12/2025 4
#59986 Add a filter into the $wp_meta_boxes output loop to provide the ability to change data normal normal Awaiting Review enhancement 05/28/2024 2
Note: See TracReports for help on using and creating reports.