I am unable to duplicate the problem, but the Notice
references this line:
add_screen_option( 'per_page', array( 'label' => $title, 'default' => 20, 'option' => 'edit_' . $post_type . '_per_page' ) );
And that makes me think that you should be passing a post type in your GET
string.
http://wp.dev/wp-admin/edit.php?post_type=post&category_name=intl
Just a guess as I can’t duplicate the issue. If that doesn’t move you forward I will delete the answer 🙂
Related Posts:
- Excluding posts from a category but only if they’re not in multiple categories
- How to Check if a Child Category is Being Queried
- How to get latest posts from each category in regular order
- More efficient way to list posts by category [duplicate]
- Get all categories and posts in those categories
- Combine two taxonomies in a hierarchical tree
- Group WP_Query by category
- get_terms name__like list categories according to letter
- Use tag interface for hierarchical taxonomy?
- How can I select a primary category?
- Rearranging posts based on categories
- WP_Query not looking at child category
- Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
- Custom Query to search through categories
- is_category in pre_get_posts results in php notices
- Add custom taxonomy terms to WordPress menu dynamically & append #slug to url
- Display one latest post from multiple categories
- Getting the sub category
- Use get_term_children to get the sub category of a parent category for the current post
- Update wordpress post terms programatically
- Remove “Parent” Selection When Adding/Editing Categories?
- Get a list of Terms for a specific category
- How to stop wordpress from showing the selected category on top of others in the category selection?
- Render Selected Categories in Admin Edit Post Screen differently
- How Do I Merge Categories With phpMyAdmin
- When to use ‘get_category_by_path’ vs. ‘get_term_by’ to get category object from `get_query_var( ‘category_name’ )`?
- Limit Words in Category / Term Description – Admin Panel
- Pass array of taxonomy terms to wp_query
- Querying Term Posts in Loop
- How do I get a list of all categories that a given user has written blog posts for?
- How to display posts under a specific subcategory of a given category
- Ignoring a category in WP_Query still shows the links in next_post_link()?
- get_the_category and echo out link to child-most/deepest category
- List of the years with posts presented
- Limit number of terms that a custom taxonomy can save per custom post type
- Enter a variable in the ‘category_name’ parameter
- How to query post like normal search would do. within search.php page
- query in category.php repeats itself
- How can i insert term in a specific language of Polylang?
- Query posts intersecting tags and categories
- Category control subcategories
- Is There a Difference Between Taxonomies and Categories?
- WP admin broken. Not saving catgories or adding categories to menu
- Set colors depending on category
- get_terms function not returning anything
- Display custom taxonomy attached to the post on post single page
- Ive got a term (get_term_by) but now I want to filter it by a category it is in?
- Admin: Navigation Menus do not show empty categories/taxonomies in the list’s search tab
- Get a count of how many times a term or a category is used in posts
- Custom loop of a single category, cannot order by date. What am I missing?
- Get Categories Where Taxonomy Equals ‘n’
- Overriding default calendar to show posts from a category
- How to hide posts of a specific custom category in WordPress?
- set terms to category and subcategory
- Getting Category Children
- Create query for both custom post type and category
- Show multiple categories in query using redux framework variable
- Return category posts with WP_Query
- Get categories of queried posts
- Retrieve post tags from from main wp_query
- new WP_Query issues
- SQL query to get posts from multiple categories but not in a category
- How can I use AJAX with check-box categories?
- wp_delete_term or wp_delete_category?
- the_category() doesn’t working in wp_query loop
- Category name for all posts getting assigned to a single random post
- `offset` WP_Query argument dont work via `pre_get_posts`
- List taxonomy terms assigned to a post in hierarchical view
- Ordering terms whilst in loop
- Can’t display posts by filtering categories using isotope.js
- When creating a new product, auto assign it to all custom taxonomy woocommerce
- Get WooCommerce product category list in functions.php
- List non-empty categories from a custom post type
- Adding Category in WP_Query Not Working
- Using a template page parent breaks page
- Issue with WordPress category search
- Categories and Tags Conflict after Woocommerce Installation
- Querying posts from two different categories while looping inside another loop
- get_terms sort order with child categories of varying depth
- Getting a sub category based on a category name
- Get posts of an specific term of a custom taxonomy
- Getting Post Tags From Certain Categories
- How to get posts from many categories using WP_Query
- show posts found in multiple categories via category_name query string?
- category__and works, but why?
- foreach,having wp_query inside, breaks after showing one result
- Displaying Results From Custom Taxonomy Query
- Category slug in in loop always the same?
- Problem importing categories and sub-categories
- WP_query exclude a category unless it has more than one catagory
- Displaying posts by year
- Multiple Categories under one URL, where ‘Front Page’ is used already
- Modify functions.php to add a term ‘uses-theme’ set to theme name on post save
- Show parent-child relationship for categories in the wordpress admin
- Narrow Down a Shop Page Results Based on a Product Tag in WooCommerce
- Remove category number fill
- Trying to WP_Query a category
- Taxonomy term RestApi data 10 rows limitions
- Limit authors on specific catogories
- I need to get all categories from a WP_Query