The problem is 'meta_key' => 'large_feature',
in your last function, here the “large_feature” is a taxonomy, not a “meta_key”. Infact there is no post in wordpress which has “large_feature” as a “meta_key”. That’s the reason wordpress didn’t display any posts.
About ordering by taxonomy terms, wordpress doesn’t allow that like this. You can however customize the SQL query directly using posts_orderby
or such filters, see http://codex.wordpress.org/Class_Reference/WP_Query#Filters
Related Posts:
- How do I set the default admin sort order for a custom post type to a custom column?
- Make custom column sortable
- Custom sortable columns ordered by meta-value?
- how to group custom post types
- How to add custom columns to Custom Post Type admin screen
- Column sorting with emtpy meta values
- Adding menu_order to CPT admin page
- Need functionality with all post list available at edit.php
- How do I sort a custom post type admin column using two meta keys?
- How to make in WordPress admin panel sortable column for the custom field, that count the number of page impressions?
- manage_edit-{post_type}_sortable_columns sorts, but wrong!
- Order a custom post type admin screen by a second custom post type title
- Make a custom column sortable by a value from a different custom post type
- Add Content Column to Custom Post Type backend
- How to sort custom post’s category by id from the theme’s function.php?
- Make custom post type column sortable
- Can’t preview custom post – Redirected to home page
- Custom order of CPT posts by title, in wp-admin area by default
- Unable to retrieve any posts of CPT in wp-admin
- What’s the difference between same wp functions get_posts(); functions in different form?
- I did group my search results by post type, but how can i give each of them its own order?
- Dequeue scripts and styles only for specific custom post type
- Display post meta on edit page in admin
- Function to display custom post type on front page makes menu items dissapear
- how to check if custom post type column already exists?
- custom post type not showing in menu
- Modify action buttons for custom post type
- Show category ID on custom post type
- Sorting custom post type columns with external data and without meta values
- How to customize a permalink (URL) structure?
- Custom Post Type with Templates using Meta Boxes?
- Adding HTML tags or css classes to admin columns
- Can I list a custom post type within another custom post type in the admin area?
- Admin Pointers on a custom post type
- Change custom post type slug from plugin options
- Default sort on admin columns with meta date hides draft posts with empty date value
- Categories sorting
- Wp_query: sort by PHP variable
- Crafting WP_Query array, sort by date
- Add a button or image button that calls wp functions in the wp-admin
- Can’t edit custom post type
- Selecting a post in Dashboard
- Custom Post List View: Page or something else?
- Custom admin post.php page
- Admin table list API?
- Extending AZIndex plugin to use custom post types and custom taxonomies
- Custom Taxonomy back-end customizations
- How to add a custom-post-type post within another custom-post-type post edit screen using AJAX?
- Set URL link to featured image of custom post type
- Change CPT archive title
- AJAX load more for different custom post type loops
- PHP variable not regenerating when publishing multiple posts at the same time
- WP CPT Custom Sortable Column in Admin Dashboard Sort Order Random
- On update or create post redirect to current post position in list
- I need to add endpoint for wordpress categories
- WP_Query order by custom field, then randomly order some of results
- How to show first name and last name in custom post type columns
- How to target a specific custom post type post and its all children and grandchildren?
- Featured image overlay when changing post status
- Filter term taxonomy metabox in custom post type
- get_post_meta not working on publishing
- Redirect 404 page with ID in slug to associated page with same ID in slug
- WordPress wrapped added a span tag to every single p tag
- ACF field key/value to show on taxonomy list
- Re-registering a custom post type not working (not showing up)
- Display featured image from one CPT within another CPT query
- Query taxonomy of taxonomy of custom post type
- CPT post count is 0 for the authors in the User list
- Store CPT ‘Reviews’ average ratings to a WordPress DB table or to a DB custom table?
- Best way to style first post differently?
- Addition of custom option panel crashes Media Library & Admin Area
- How to make custom posts types display when published for the future
- Custom post type, organized by categories
- WooCommerce sort products by the actual product width(not the shipping width)
- How to rewrite url for any specific taxonomy?
- Tracking changes in admin-page so user gets warning when leaving the page
- create a new page from a custom post type similar to an authors page
- CPT archive admin menu label
- Anon function and add_meta_box
- Possibilities for the edit.php admin panel? [closed]
- Filter hierarchical custom post type admin page by parent, and include children & grandchildren
- Admin Filter – Add Post Type Description on Post Type Page
- Sort and filter custom post type posts by custom taxonomy
- Custom post type editor with dynamic selects, one drop down populating a second second drop down not working
- Hide a widget inside a div on specific type of post
- Shortcode not working with post counter
- WordPress posts page for customer filtering and sorting along with category filter
- WP-ADMIN – Listing all CPT in “posts” listing
- Changing default ‘posts’ parameters with register_post_type_args
- Sort entries by date mixing two post types
- Homepage’s content is dependent on the custom field values (set automatically), how do I get homepage to update without manually updating page?
- Cannot save CPT meta box
- Allow users to create posts without logging in?
- How to change permalink to include custom post type
- Configuring a meta query with multiple post types that have the same relationship on a single page
- Custom Postype specific changes in admin panel
- WordPress make Grandparent and great grandparent filterable in custom columns
- Add term to custom post type on draft
- Grouping of CPTs and taxonomies into menu groups in admin
- How to assign classes to all elements?