Make WordPress Core

{1} All Tickets (8427 matches)

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

Results (5501 - 5600 of 8427)

Posts, Post Types (100 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#35606 AllPosts page: contradiction in filtering by Category and category assigning to the post normal minor defect (bug) 06/04/2019
#22022 Can’t properly add pages of type edit.php?post_type=xxx as submenu items to arbitrary parent menus normal normal defect (bug) 06/04/2019 6
#19031 Category view incorrectly counting custom posts normal normal defect (bug) 06/04/2019 4
#25798 Certain single CPT items result in 404 since 3.7 needs-unit-tests normal normal defect (bug) 06/04/2019 3
#15784 Contributors can't easily view others' posts in a certain term has-patch normal normal defect (bug) 06/04/2019 4
#37627 Custom Fields Heading shows up when all meta values are serialized arrays/objects has-patch normal normal defect (bug) 06/04/2019 2
#30775 Delete empty post problem wonderboymusic dev-feedback normal normal defect (bug) 11/27/2021 12
#34808 Deprecate get_media_embedded_in_content() and get_tag_regex() has-patch normal normal defect (bug) 06/04/2019 1
#26809 Errors from wp_update_post obscured in edit_post has-patch normal normal defect (bug) 06/04/2019 4
#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
#24867 Feeds for custom posts type can not be set independently of has_archive and supports => comments nacin normal normal defect (bug) 06/04/2019 3
#24131 Fix post previews for multisite with domain mapping has-patch normal normal defect (bug) 06/04/2019 9
#11697 Keep private posts in the admin area / Was: Make private posts a canonical plugin has-patch normal normal defect (bug) 09/08/2021 17
#37156 Multisite: WP-generated permalink for title-less post does not work (Or: numeric post slug that matches existing post ID number generates 404 error) reporter-feedback normal normal defect (bug) 06/04/2019 4
#28288 New Post overwriting a previously published post normal normal defect (bug) 06/04/2019 8
#37064 No checkbox in Posts list table for bulk action normal normal defect (bug) 06/04/2019
#36738 No validation for $post_date_gmt parameter has-patch normal normal defect (bug) 06/04/2019 1
#18395 Non-URL GUIDs are stripped on post update normal normal defect (bug) 06/04/2019 2
#32039 Publish date when publishing a scheduled post in the past normal normal defect (bug) 06/04/2019 2
#21234 Recursive directory creation & get_calendar() for custom post types normal normal defect (bug) 06/04/2019 3
#22003 Saving custom fields goes to post-new.php rather than post.php normal normal defect (bug) 08/09/2019 4
#27002 Scheduling not working when editing posts normal normal defect (bug) 06/04/2019 2
#28017 Slug conflict with hierarchical Custom Post Types normal normal defect (bug) 06/04/2019 3
#15993 Sort arrows improperly wrap on narrow columns normal normal defect (bug) 06/04/2019 23
#25493 Sorting posts in ascending order of date at admin side wonderboymusic normal normal defect (bug) 06/04/2019 15
#24415 The 'show_in_admin_all_list' argument for the 'register_post_status' function is ignored when the argument 'public' is set to 'false' dev-feedback normal normal defect (bug) 05/24/2023 4
#30452 _wp_translate_postdata() redundantly+destructively checks current_user_can( $ptype->cap->edit_others_posts ) on update dev-feedback normal normal defect (bug) 06/04/2019 4
#36634 `register_post_status()` default causes notices in post list table has-patch normal normal defect (bug) 06/04/2019
#35871 before_delete_post incorrectly triggered from edit.php to post.php reporter-feedback normal normal defect (bug) 06/04/2019 5
#36595 can't set post_modified in wp_insert_post, becomes post_date dev-feedback normal normal defect (bug) 04/01/2020 10
#32057 fix: allow plugins to access click event in edit inline post normal normal defect (bug) 06/04/2019 1
#22957 get_boundary_post Only works from a single page has-patch normal normal defect (bug) 06/04/2019 2
#37441 get_default_post_to_edit() function is broken normal normal defect (bug) 06/04/2019
#10230 get_pages function: number and child_of parameters conflict has-patch normal normal defect (bug) 01/15/2021 7
#36313 get_pages() child_of argument does not work in combination with meta_key/value query normal normal defect (bug) 07/06/2023 4
#17374 get_pages() with child_of forgets sort DrewAPicture dev-feedback normal normal defect (bug) 04/18/2023 8
#24722 get_post_statuses() and get_page_statuses() are hardcoded chriscct7 has-patch normal normal defect (bug) 06/04/2019 5
#28488 get_post_type_object on CPT in _count_posts_cache_key after a wp_insert_post returns null has-patch normal normal defect (bug) 06/04/2019 5
#37372 missing "edit permalink button" below the title normal normal defect (bug) 06/04/2019 2
#25113 non-latin CPT rewrite slugs fail `wp_safe_redirect` normal normal defect (bug) 06/04/2019 3
#34253 wp_insert_post() can assign a random, unauthorized user_id's normal normal defect (bug) 06/04/2019 1
#27683 wp_insert_post_empty_content filter issues with auto-drafts and/or fix auto-draft duplicates dev-feedback normal normal defect (bug) 06/04/2019 2
#27326 wp_list_pages - exclude parameter changes behaviour depending on depth has-patch normal normal defect (bug) 06/04/2019 5
#28145 wp_terms_checklist() returns all non-hierarchical terms even with $descendants_and_self parameter has-patch normal normal defect (bug) 06/04/2019 5
#16843 wp_unique_post_slug() doesn't check pagination base when CPT has archive needs-unit-tests normal minor defect (bug) 06/04/2019 12
#10219 "Older Entries" and "Newer Entries" links are wrong when entries displayed in ascending order has-patch normal normal enhancement 06/04/2019 5
#12826 AJAX trash posts has-patch normal normal enhancement 07/05/2019 5
#23207 Add $labels argument to register_post_status() dev-feedback normal normal enhancement 06/04/2019 8
#30917 Add "Save and Close" button to page/post edit screen normal normal enhancement 06/04/2019 1
#36492 Add `WP_Post_Status` class dev-feedback normal normal enhancement 06/04/2019 16
#33714 Add custom post types to the 'At a Glance' widget needs-docs low normal enhancement 06/24/2024 12
#20810 Add disable arg or attributes arg to wp_dropdown_categories() & wp_dropdown_pages() has-patch normal normal enhancement 06/04/2019 4
#36237 Add filter for post statuses in quickedit has-patch normal normal enhancement 06/04/2019 3
#30250 Add filter for query used in `wp_count_posts()` normal normal enhancement 06/04/2019 4
#12726 Add get_post_by_*() functions dev-feedback normal normal enhancement 06/04/2019 8
#14077 Add support for removal of multiple features from a post type in remove_post_type_support dev-feedback normal minor enhancement 01/09/2020 11
#20167 Add wp_pages_checklist for creating checklist of pages on site has-patch normal normal enhancement 06/04/2019 4
#34546 Change in function `get_post_field` normal normal enhancement 06/04/2019 1
#16415 Don't require CPTs to have archives in order to have feeds has-patch normal normal enhancement 06/04/2019 16
#27253 Enhancement Request: direct link to Drafts under Posts and Pages on the sidebar chriscct7 normal normal enhancement 06/04/2019 16
#36849 Filter to limit length of post slug (filter for _truncate_post_slug) normal normal enhancement 06/04/2019 5
#36314 If orderby undefined, alter get_posts to defer to WP_Query's default needs-unit-tests normal normal enhancement 06/04/2019
#20748 Include CPT Posts in Author Count & Archive Page normal normal enhancement 06/04/2019 2
#37462 Introduce is_private() conditional has-patch normal normal enhancement 08/07/2019 2
#16784 Introduce post_type_archive_description() needs-unit-tests normal normal enhancement 04/24/2021 10
#23169 Introduce register_post_status_for_object_type normal normal enhancement 06/04/2019 3
#23168 Introduce remove_post_status normal normal enhancement 06/04/2019 9
#15930 Make trashed posts/pages still readable normal minor enhancement 06/04/2019 10
#35315 New action `manage_posts_before_extra_area` reporter-feedback normal normal enhancement 06/04/2019 3
#37043 New filter `pre_unique_post_slug` boonebgorges has-patch normal normal enhancement 06/04/2019 5
#29014 Normalization of template tag filters normal normal enhancement 06/04/2019 1
#22845 On 32-bit systems, with post IDs higher than PHP_INT_MAX (2147483647) wordpress does not run fine normal normal enhancement 06/04/2019 3
#18833 Pass raw data into save_post/wp_insert_post rmccue has-patch normal normal enhancement 06/04/2019 17
#36324 Post status labels use inconsistent grammar dev-feedback normal normal enhancement 06/04/2019 1
#19711 Posts edit list window display no information about filtering chriscct7 has-patch normal normal enhancement 06/04/2019 15
#35842 Register Post Type function label default dev-feedback normal normal enhancement 06/04/2019 2
#24572 Should be able to unlock a post outside of ajax handler dev-feedback normal normal enhancement 06/04/2019 4
#18613 get_adjacent_post() doesn't find private posts close normal normal enhancement 06/28/2024 7
#35082 get_adjacent_post() when using in term doesn't account for child terms normal normal enhancement 06/04/2019 7
#35308 get_the_excerpt: For protected posts the output should be able to be filtered has-patch normal normal enhancement 07/03/2020 5
#36579 global $wp_rewrite not set when create_initial_post_types() first run normal normal enhancement 06/04/2019 3
#12567 make post_submit_meta_box more generic normal normal enhancement 06/04/2019 15
#19572 switch_to_post() stack implementation (similar to switch_to_blog()) normal normal enhancement 06/04/2019 9
#14561 wp-admin/edit.php tags of post are hard to compare normal normal enhancement 06/04/2019 1
#36603 wp_publish_post() does not fire post_updated action has-patch normal normal enhancement 06/04/2019 8
#37068 wp_unique_post_slug() should accept `$post` parameter rather than post properties has-patch normal normal enhancement 01/18/2022 1
#14513 Time for a wp_post_relationships table? normal normal feature request 05/30/2023 89
#61911 Incorrect schema for global styles REST API endpoint has-patch normal normal 6.8 defect (bug) 02/10/2025 11
#57496 Lazy load post meta pbearne* has-patch normal normal 6.8 enhancement 02/11/2025 13
#18400 Suggested label change for "Stick this post to the front page" has-patch normal normal 6.8 task (blessed) 02/13/2025 28
#56599 "All" view not selected for all relevant views for custom post type has-patch normal trivial Awaiting Review defect (bug) 01/03/2025 7
#50989 "Blog pages show at most" setting not working when 2 posts are made sticky close normal normal Awaiting Review defect (bug) 01/16/2023 9
#62223 "Error in moving the item to Trash" when using Cloudflare Speed Brain (Missing/Unreachable directories) normal normal Awaiting Review defect (bug) 10/17/2024 1
#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
#48954 "Sticky" post state shows even for non-Post post-types normal normal Awaiting Review defect (bug) 12/12/2019 2
#56686 "internal" post status practical usage? dev-feedback normal normal Awaiting Review defect (bug) 10/04/2022 2
#40585 'Update' vs 'Schedule' has-patch normal normal Awaiting Review defect (bug) 05/08/2017 4
#41128 404 Page not found after using same URL in post / page normal normal Awaiting Review defect (bug) 11/18/2024
#39939 A Contributor cannot preview their own post if it's scheduled needs-unit-tests normal minor Awaiting Review defect (bug) 02/23/2017 3
#41324 Action of password-protect form. normal normal Awaiting Review defect (bug) 07/14/2017
Note: See TracReports for help on using and creating reports.