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]
- Is There a Difference Between Taxonomies and Categories?
- Check if a post is in any child category of a parent category
- How to export and import taxonomies (category, tag and/or custom taxonomy) and their terms
- Get all categories and posts in those categories
- get_terms vs. get_categories: does it matter?
- Woocommerce get category image full size
- Order get_terms() By Custom Field
- Control term order on a per-post basis
- Fixing category count
- is_category() in pre_get_posts strange error
- Combine two taxonomies in a hierarchical tree
- Checklist of selected categories
- How to get posts from two categories with WP_Query?
- Group WP_Query by category
- How can I get category ID by category name?
- Why aren’t sub-categories nested after creating post in the WP Admin?
- Exclude posts that only have the ‘Uncategorized’ category [duplicate]
- Exclude categories from search query
- get_terms name__like list categories according to letter
- Use tag interface for hierarchical taxonomy?
- Elegant way to add parent categories?
- How can I select a primary category?
- How can I reduce the number of database query calls for this custom homepage?
- Rearranging posts based on categories
- WP_Query not looking at child category
- Get page content by category or tag
- Programmatically create product category and add thumbnail in woocommerce
- How to order the get_categories result
- Send an email when custom post type category is changed
- Are Categories, Tags and Custom Taxonomies any different in regards to SEO?
- What could be causing my wp_query pagination to break?
- Custom query with category exclusion and post-meta “whitelist”
- Moving Categories submenu to Media, but still opens Posts menu
- Update term count using a callback function
- Get terms that are associated with products from current category
- Exclude most recent posts from specific category in wp_query()
- Custom Query to search through categories
- Why adding Categories does not auto refresh in Backend while using my custom theme?
- How to query all posts of a specific category, and any other category combination
- is_category in pre_get_posts results in php notices
- Query the Loop without breaking it
- Does WordPress Offer a Way to Find All of the Categories that Don’t Have Children?
- Add custom taxonomy terms to WordPress menu dynamically & append #slug to url
- Removed slug from CPT, now How/where do I hook the filter to the taxonomy term archive pages link?
- 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
- Action hooks returning old category instead of new category
- Update wordpress post terms programatically
- Remove “Parent” Selection When Adding/Editing Categories?
- Display empty taxonomy terms with get_terms()
- List all custom post type posts from a given category?
- 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?
- WP_query category__in not working, only pulls from first category
- Render Selected Categories in Admin Edit Post Screen differently
- How to run WP_Query to retrieve attachments to posts only from a particular category?
- How Do I Merge Categories With phpMyAdmin
- How to query posts from specific authors and categories using WP_query?
- When to use ‘get_category_by_path’ vs. ‘get_term_by’ to get category object from `get_query_var( ‘category_name’ )`?
- Get image of latest post from taxonomies/categories
- Category archive page – loop through posts of certain tag (with pagination) – pre_get_posts
- How to show in search results posts with a particular tag in a particular category?
- Custom WP_Query for current category (in category.php)?
- If newest post of category is newest post in general, skip first post of category
- Empty tax_query array returns an empty array
- Limit Words in Category / Term Description – Admin Panel
- Pass array of taxonomy terms to wp_query
- Querying Term Posts in Loop
- Add Post Screen Keep Category structure
- How can I enable a TINYMCE rich text editor in the admin interface?
- List Terms in Category
- Disallow categories from this MySQL query
- List Posts by Category for a Non-Zero, Non-NULL Custom Field Value?
- How do I get a list of all categories that a given user has written blog posts for?
- Include posts from feature category in pre_get_posts
- getting content from main domain to sub-domain using category and WP_Query
- WP_Query() returns null when results exist!
- 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()?
- 3 Columns, 3 Categories, One Archive, and Pagination
- get_the_category and echo out link to child-most/deepest category
- Set post categories to include parents when setting child category
- List of the years with posts presented
- How to get data about category in category.php
- Limit number of terms that a custom taxonomy can save per custom post type
- Inserting Category programmatically
- Enter a variable in the ‘category_name’ parameter
- How to query post like normal search would do. within search.php page
- How to filter out Categories for specific post types on WordPress Admin?
- query in category.php repeats itself
- Automatically exclude categories from metabox based on title
- Display posts separated by Category in Author’s page
- How can i insert term in a specific language of Polylang?
- Why does the argument list_only do on Walker_Category_Checklist::start_el?
- WordPress admin categories sort show is wrong