Make WordPress Core

{1} All Tickets (8437 matches)

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

Results (6201 - 6300 of 8437)

Query (93 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#62401 WP_Query add extra JOINs after calling get_posts() with category__in in query arguments normal normal Awaiting Review defect (bug) 11/14/2024 1
#47009 WP_Query bug with author=0 normal normal Awaiting Review defect (bug) 04/22/2019
#40387 WP_Query bug with product post type with search parameter on normal normal Awaiting Review defect (bug) 04/18/2017 7
#44372 WP_Query cannot properly order by nested Parent/Child relationships normal minor Awaiting Review defect (bug) 06/14/2018
#61621 WP_Query get_posts should be call its property not again execute all caculations normal normal Awaiting Review defect (bug) 08/07/2024
#47802 WP_Query get_posts sometimes inserts contradictory taxonomy queries normal normal Awaiting Review defect (bug) 09/04/2020 1
#60984 WP_Query is returning the two same post instead of one normal normal Awaiting Review defect (bug) 10/15/2024
#60468 WP_Query matches any post when query parameter "name" is an empty string normal minor Awaiting Review defect (bug) 02/07/2024
#42546 WP_Query not handling 'LIKE' correctly. normal normal Awaiting Review defect (bug) 03/14/2018 1
#27282 WP_Query returns more results when there are sticky posts has-patch normal normal Future Release defect (bug) 01/01/2017 16
#55207 WP_Query returns published sticky posts when post_status is set to draft early normal normal Future Release defect (bug) 03/28/2022 8
#43634 WP_Query returns wrong result if 10+ search terms and all negative. normal normal Awaiting Review defect (bug) 01/17/2019
#52971 WP_Query's meta_query With Multiple EXISTS keys and OR Relation Doesn't Work Properly normal critical Awaiting Review defect (bug) 04/05/2021
#35820 WP_Query(array( 'p' => 0)) will return posts normal normal defect (bug) 06/04/2019 1
#51094 WP_Query.query with invalid post_status will return all metalandcoffee* needs-unit-tests normal critical Future Release defect (bug) 06/14/2022 12
#52167 WP_Query: always convert `any` post type values to public values. has-patch normal normal Awaiting Review enhancement 12/24/2020 1
#44737 WP_Query: in searches post_status should consider exclude_from_search SergeyBiryukov has-patch normal normal Future Release defect (bug) 11/29/2019 6
#39945 WP_Query::get_posts fails to correctly sanitize 'posts_per_page' dev-feedback normal normal Awaiting Review defect (bug) 03/03/2020 4
#27015 WP_Query::get_queried_object() does not always work in 'pre_get_posts' needs-unit-tests normal normal Future Release defect (bug) 07/10/2021 16
#60745 WP_Query::parse_query() does not handle invalid query arg values has-patch normal normal 6.8 defect (bug) 10/14/2024 9
#48029 WP_Query::query only using a single post_status normal normal Awaiting Review defect (bug) 05/12/2020
#49911 WP_Tax_Query generates incorrect SQL normal normal Awaiting Review defect (bug) 04/15/2020
#45084 WP_Term_Query multiple 'orderby' support needs-unit-tests normal normal Future Release enhancement 03/03/2021 5
#44695 WP_Term_Query unexpected 'orderby' behaviour. needs-unit-tests normal normal Awaiting Review defect (bug) 08/27/2019 1
#46347 WP_Term_Query where sql_clauses oddity normal normal Awaiting Review defect (bug) 02/26/2019
#43391 WP_User_Query bug normal normal Awaiting Review defect (bug) 03/03/2018 5
#31083 WP_date_Query does not validate string values of 'before' or 'after' normal normal enhancement 06/04/2019 1
#56311 Week query variable is not being sanitized correctly audrasjb has-patch normal normal Future Release defect (bug) 09/23/2024 28
#52559 When doing JOINs for meta queries the meta_key should be in the ON clause whenever possible. needs-unit-tests normal normal Awaiting Review defect (bug) 04/26/2021 1
#50871 When exact is true and orderby set to relevance, there is a DB error on search results page dev-feedback normal normal Awaiting Review defect (bug) 08/07/2020 4
#21790 When set a static front page WP main query isn't set correctly SergeyBiryukov normal normal Future Release defect (bug) 05/05/2017 26
#44519 Where are the pages of the headings added with the + add-on (any) ala https://wp-kama.ru/cat/wordpress/codex+xxx normal normal Awaiting Review defect (bug) 07/05/2018
#43445 Wildcard `LIKE` support for `WP_Meta_Query` (and maybe other queries?) normal normal Awaiting Review defect (bug) 03/02/2018 1
#35848 WordPress 4.4 Handling Custom Taxonomies and Tax Queries Correctly reporter-feedback normal normal defect (bug) 06/04/2019 3
#48768 WordPress 5.3 ajax bug with Elementor 2.7.5 normal critical Awaiting Review defect (bug) 11/22/2019
#44965 WordPress Core strips $_GET['error'] occasionally SergeyBiryukov* dev-feedback normal normal Future Release defect (bug) 09/21/2022 6
#49149 Write tests for WP_Query needs-unit-tests normal normal Awaiting Review enhancement 02/20/2020 9
#40327 Wrong SQL request for 'EXIST' OR 'NOT EXIST' on same post meta normal normal Awaiting Review defect (bug) 03/31/2017
#24142 Zero value for posts_per_page value in wp_query custom instance and for 'Blog pages show at most' option SergeyBiryukov dev-feedback normal normal Future Release defect (bug) 02/18/2024 26
#53450 [WP_Meta_Query] Add faster LIKE based 'STARTSWITH' and 'ENDSWITH' compare modes for value query needs-docs normal trivial Future Release enhancement 09/20/2022 42
#35913 `is_()` conditional methods should share their logic dev-feedback normal normal Future Release defect (bug) 02/06/2017 2
#48360 `meta_value` is ignored when empty string is provided normal normal Awaiting Review defect (bug) 02/13/2020 3
#44964 `redirect_guess_404_permalink` doesn't support array in `post_type` var needs-unit-tests normal normal Awaiting Review defect (bug) 10/01/2018 1
#43238 `suppress_filters` not set in `pre_get_posts` hook dev-feedback normal normal Awaiting Review defect (bug) 05/13/2022 9
#40300 `title` parameter causes `WP_Query` to return sticky posts. normal normal Awaiting Review defect (bug) 03/29/2017
#41196 add _doing_it_wrong to get_query_var and prevent fatal errors has-patch normal normal Awaiting Review defect (bug) 11/12/2017 1
#55630 add array input to meta_query key has-patch normal normal Awaiting Review enhancement 04/27/2022 1
#17019 add hooks for Media Library attachment counts SergeyBiryukov has-patch normal normal Future Release enhancement 05/21/2024 54
#45666 adding "order" as query arg to the homepage url you are redirected to the last posts page normal normal Awaiting Review defect (bug) 12/18/2018 3
#23044 adjacent_image_link() needs optimization needs-unit-tests normal normal enhancement 06/04/2019 12
#58147 bugfix: rewind_posts when posts array index != 0 has-patch normal normal Awaiting Review defect (bug) 04/18/2023 4
#37762 cache_results parameter doesn't prevent queried posts from being added to cache boonebgorges dev-feedback normal normal Future Release defect (bug) 06/15/2022 7
#57505 category archive url ending with "/0" should be 404 normal normal Awaiting Review defect (bug) 05/14/2023 2
#43356 create is_403 function normal normal Awaiting Review feature request 02/19/2018 1
#57766 filter query_loop_block_query_vars repeater 4 times normal normal Awaiting Review defect (bug) 02/18/2023 1
#26937 get_adjacent_post() should use WP_Query rather than build its own SQL query nacin normal normal Future Release enhancement 01/31/2018 60
#27094 get_boundary_post() doesn't work for custom post types has-patch normal normal enhancement 06/04/2019 5
#43842 get_children() function enhancement. has-patch normal normal Awaiting Review enhancement 01/16/2019
#14477 get_pages with child_of only works with uninterrupted hierarchies wonderboymusic has-patch high normal Future Release enhancement 01/15/2021 21
#45394 get_posts fails to return results when accessing admin with a custom user role reporter-feedback normal normal Awaiting Review defect (bug) 12/10/2018 2
#61763 get_posts($args) returns "auto-drafts" even when "post_status=>publish" reporter-feedback normal normal Awaiting Review defect (bug) 07/26/2024 1
#27507 get_posts() not honoring post_status criteria normal normal defect (bug) 06/04/2019 6
#48860 get_queried_object return false when executed in parse_query hook normal normal defect (bug) 12/03/2019 2
#18035 ignore_sticky_posts fails to remove sticky class johneckman dev-feedback normal normal Future Release enhancement 09/20/2023 22
#53495 incorrect (and confusing) DocBlock for get_page_by_title() normal normal Awaiting Review defect (bug) 06/24/2021 1
#37530 is_front_page() is based on wrong data -> gives wrong results needs-unit-tests normal normal Future Release defect (bug) 01/07/2020 5
#45894 is_home conditional tag returns incorrect value with home pagination has-patch normal normal Awaiting Review defect (bug) 01/10/2019 2
#49550 is_home is set to true even for cron jobs, which causes sticky posts to get prepended to all WP_Query results normal normal Awaiting Review defect (bug) 02/24/2023 2
#20899 is_home() should be able to be true when is_feed() dev-feedback normal normal Future Release defect (bug) 05/19/2017 23
#49168 is_post_type_archive( $post_types = '' ) doesn't work with underscore (_) has-patch normal normal Awaiting Review defect (bug) 01/11/2020 2
#45400 last of query_vars contains anchor normal normal Awaiting Review defect (bug) 12/05/2018
#14368 make the 'orderby' argument in get_posts() accept all "post" fields has-patch normal normal enhancement 08/01/2022 11
#41797 max_num_pages for WP_User_Query has-patch normal normal Awaiting Review enhancement 09/05/2017 2
#15068 merging query objects/arrays normal normal enhancement 06/04/2019 5
#19738 meta_query should check for wildcards when using LIKE operator normal normal enhancement 06/04/2019 13
#44602 meta_query to support FIND_IN_SET has-patch normal normal Awaiting Review enhancement 07/18/2018
#11398 new sort method for query_posts (order by last comment date) normal normal enhancement 06/04/2019 6
#61048 order sticky posts using the same order for posts normal major Awaiting Review enhancement 04/22/2024 1
#48280 orderby meta_value breaks with newer versions of MySQL normal normal Awaiting Review defect (bug) 01/30/2020 2
#37056 paginate_links should be a method on WP_Query normal normal enhancement 06/04/2019 2
#31957 query fails, when post is queried under specific name normal normal defect (bug) 06/04/2019 3
#18897 query_posts / WP_query parameter 'offset' should play nicely with 'paged' wonderboymusic has-patch normal normal enhancement 06/04/2019 26
#40166 query_vars bug sets is_home to false. normal normal Awaiting Review defect (bug) 05/20/2019 2
#43324 query_vars is not necessarely representative of the final query_vars used to build the SQL query normal normal Awaiting Review enhancement 01/16/2019
#58234 sanitize_title_with_dashes fatal error when query var value is an array in php 8 needs-unit-tests normal normal Awaiting Review defect (bug) 08/08/2023 4
#40660 the_post_navigation not excluding terms - wp 4.7.4 has-patch normal normal Awaiting Review defect (bug) 07/28/2020 1
#40335 using 'pre_get_terms' is confusing when it comes to ordering by meta normal normal Awaiting Review defect (bug) 10/12/2019 5
#47211 using amp in search show all post / pages with the & normal normal Awaiting Review defect (bug) 05/10/2019
#46294 wp rest api fails to paginate page requests correctly when ordering on menu_order normal normal Future Release defect (bug) 04/12/2021 19
#57083 wp_list_authors and WP Search Users reporter-feedback normal normal Awaiting Review defect (bug) 11/16/2022 1
#15667 wp_list_pages, if it finds no pages to display, shows random child pages instead because of a bug in get_pages() jackreichert needs-unit-tests normal minor defect (bug) 06/04/2019 16
#58600 wp_query Enhancement close normal normal Awaiting Review feature request 07/03/2023 1
#55748 wp_query post_type taxonomies doesn't accept array in url if hierarchical normal minor Awaiting Review defect (bug) 05/17/2022

Quick/Bulk Edit (7 matches)

Ticket Summary Owner Workflow Priority Severity Milestone Type Modified Comments
#19859 "Bulk Edit" Missing The Ability To Edit Tags oglekler normal normal Future Release enhancement 02/12/2024 66
#60945 "Quick Edit" in Posts and Pages doesn't work in 6.5 has-patch normal normal Awaiting Review defect (bug) 06/04/2024 5
#60898 'Change Author' as a bulk action in media library normal normal Awaiting Review feature request 06/04/2024 1
#12684 Add Edit to Bulk Actions menu on Categories screen dipalidhole27gmailcom has-patch normal normal Future Release feature request 02/08/2023 21
#12208 Add Quick Edit To Media Library list view dev-feedback normal normal Future Release feature request 02/07/2023 13
#30870 Add an $actions array and a filter in inline_edit() function reporter-feedback normal normal enhancement 06/04/2019 1
#19392 Add auto-suggest support for all flat taxonomies in Bulk Edit. dev-feedback normal normal enhancement 06/04/2019 4
Note: See TracReports for help on using and creating reports.