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 to get the proper category in permalink with custom post type assigned to multiple categories
- How to change permalink structure for custom post type and it’s taxonomies?
- Set posts of a custom post type to be private by default?
- register_post_type sort order by title by default
- Sort custom post type list table by display name of a user id stored as post meta value
- How to build a complex page structure
- clients list using wordpress
- Date archives for custom post type
- Order Posts by Taxonomy and Meta Value
- Get categories for a specific post – Custom post type
- Include custom post types in categories widget
- Custom Post Type, Two categories, Two columns with Pagination
- ascending order custom post type
- New WP_query in template not working with CPT+category on some pages
- query order by date on custom type: wrong order
- Append taxonomy terms as class names in markup?
- Categories not working as expected with custom post type
- Display types of posts in edit.php instead of All, Published, Scheduled and Draft
- GravityForm: Populate Dropdown with custom post type [closed]
- Custom Taxonomy Permalinks Redirection
- Add custom column in custom post type edit page
- Order By Post Type ThenBy Taxonomy
- Group posts by custom post type
- custom post type not showing in menu
- How to set order for a custom post type
- Categories of custom taxonomy don’t show any posts
- I need to add endpoint for wordpress categories
- Featured image overlay when changing post status
- Hide a widget inside a div on specific type of post
- Pre-selecting the category for a custom post type
- Manage Columns : order by post_parent’s title
- Add a custom meta box for client to order CPT posts how they want
- Custom Post Type page sorts differently on different environments
- Custom Post Type Category URL
- Get current user id
- WP Query results showing posts outside of category ID
- Better approach for a WordPress Inventory
- Showing all posts and custom post types by using one category
- Custom posts – tag pagination
- Adding custom post formatting options in custom post types
- Adding Page Ordering to a Custom Page Type
- How to properly use Categories with Custom Post Types
- Custom post type category permalinks and archive pages
- Displaying Portfolio Filter by Category Order (alphabetically)
- Function to add custom HTML into head in custom post-type list page
- Submit Custom Postypes from frontend
- Need help with Custom Post Types and Taxonomies
- Can’t Get Parent and Child Categories of Custom Taxonomy to Display
- Display custom post types by category
- Order posts by taxonomy terms
- Searching in multiple category + URL hierarchy in real estate WordPress site
- order custom post type posts by custom date
- Custom WordPress theme not displaying posts from category
- Wanting to list all Post types under a common category
- How to show posts of the same category on a page?
- Create posts inside CPT post
- Populate custom post type/custom fields from an external database
- Show first posts with custom field not empty and order all by title
- Modify shortcode to work with custom taxonomies and slugs
- Calling the first & last post by category in custom post type
- Query custom post type and showing its content
- Custom Post Type Order Index Loop
- categories of custom post type shows in CMS but not in the frontend webpage
- Code in custom widget queries all posts, when it should only query the current post
- Order Wp Query by earliest of 3 dates meta query
- How do loop categories post from according in WordPress? is it impossible to solve this problem?
- Where paramaters of a custom function are coming from inside the loop?
- Is it possible for post and custom post type to share a category base slug?
- WP Query filtering by custom category not showing all relevant posts