You need to change the orderby
to ID
:
$args=array(
'class' => 'select-submit2',
'hide_empty' => false,
'selected' => $prop_category_selected,
'name' => 'prop_category',
'id' => 'prop_category_submit',
'orderby' => 'ID', //this changed to ID
'order' => 'ASC',
'show_option_none' => __('None','wpestate'),
'taxonomy' => 'property_category',
'hierarchical'=> true
);
wp_dropdown_categories( $args ); ?>
Related Posts:
- WP_Query -> sort results by relevance (= most tags / taxonomy terms in common)
- Custom Post type sort order not working in the admin area
- Taxonomy list. Order by a specific custom post type count
- Filter categories of posts with checkboxes
- Insert HTML inside link in a walker
- Combining sorted and random CPT
- I did group my search results by post type, but how can i give each of them its own order?
- Show category ID on custom post type
- Categories sorting
- Wp_query: sort by PHP variable
- Allow user to set custom order to a list of custom taxonomies?
- Show Primary Category first when I display post categories
- PHP variable not regenerating when publishing multiple posts at the same time
- Custom post type, organized by categories
- WordPress posts page for customer filtering and sorting along with category filter
- Custom post type sorting: alphabetical order
- Assign category a default post type
- Navigate posts with different post type that are in the same categories
- Showing custom post type categories in the menu
- Sorting custom post types in edit.php : Post disappear
- How to divide Subcategories into pages of parent category wordpress
- What is the best way to set the post category (Custom Post Type) automatically based on the one of the tags assigned to the post?
- Custom post type order by post_title
- How to sort post category using its Description
- Wp Query sort order from custom MetaBox
- Using Orderby and meta_value to order natural/alphanumerical
- How To Display Category list from Portfolio post type plugin?
- can’t see categories in appearance-menu-categories
- How can I sort posts ascending by post title for a specific post type, but on a category archive template?
- Test if a Category contains certain Custom Post Types
- How to sort posts alphabetically based on a specific parent category
- How come Featured Image isn’t showing up in my Custom Post Type?
- Adding ‘menu order’ column to custom post type admin screen
- How to use a custom post type archive as front page?
- Filtering a custom post type by custom taxonomy in archive template
- Sort custom post type list table by display name of a user id stored as post meta value
- clients list using wordpress
- Load custom posts with same tag as page
- Custom Taxonomy Template Post List with Sort Order
- Hide/Show only specific categories in wp-admin new-post.php
- Ordering posts having multiple post-meta date fields
- Get categories for a specific post – Custom post type
- How can I add dropdown widget/box to admin post page?
- How to get dynamically custom post type that are under a certain category
- Listing and accessing categories for a custom post type
- How to show related posts by category or custom post type?
- query order by date on custom type: wrong order
- Custom/separate categories for custom post type
- Display only custom post type count for current author on the “At a Glance” dashboard widget
- How to add new tab to admin list of posts and handle result list
- Get categories and descriptions from custom post type
- How to create new category for custom post type?
- How to retrieve category NAME instead of ID in a function with a taxonomy custom field?
- WooCommerce product search titles only
- Order By Post Type ThenBy Taxonomy
- How to show CPTs in term archive
- Group posts by custom post type
- custom post type not showing in menu
- How can I auto-assign a CPT post to category in a custom taxonomy when published?
- Sorting custom post type columns with external data and without meta values
- Change CPT archive title
- Can’t remove front from permalinks for custom taxonomy category page
- Store CPT ‘Reviews’ average ratings to a WordPress DB table or to a DB custom table?
- Adding custom post type to count in category
- Pre-selecting the category for a custom post type
- List of Posts and Categories
- How to sort posts in a custom post type by title in ascending order by default?
- category page for custom post type
- Getting used tags per post type
- custom post for slider
- Sortable column containing numeric values for Custom Post Type at WordPress Backend
- Show Custom Message in WordPress Admin
- Prevent A Specific Custom Post Type Showing In WP Search Results Page
- Is it possible to use array_walk() to append terms to an array of posts?
- WordPress notification if new post published
- Restrict category access to specific users/groups. Author always has access
- How to get Custom Post Type with Categories wise in WordPress using wp_query
- get_terms() parent, child and grandchild
- Custom Post Type Custom Archive Page Not Working
- 4 posts per page from single category
- Menu’s breaking, now showing all page links on site
- Retrieve Custom Taxonomies with Description and Slug
- Excerpt length: get first paragraph
- new post-type how do i retain the plugins on my sidebar?
- Custom Post Type Dashboard Tab not displaying any posts
- Title and URL Error in Breadcrumb Navigation for Custom Post Types
- Assigning categories to custom post types via a front-end form; only works for native post type
- How to order taxonomy terms by most recent post?
- How to set “section categories”?
- Load custom post type with ID in a shortcode
- Page + Custom Post Type with same category
- $_SESSION Not working after X amount of page views
- WordPress page not showing up – replaced with last 10 posts?
- Custom post types not displaying per category
- Create 2-layered dropdown menus for custom taxonomy and custom post type
- Custom Post type archives / categories give 404
- Problem to show custom post type in archive page category wise
- Categories and page filtering with pre_get_posts
- Get all custom_post_type posts + blog posts from one category in a single query
- Allow admin to determine the order of queries?