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
- Admin custom post ordering
- How do I make a custom taxonomy for a CPT appear inbetween title and editor boxes?
- right_now_content_table_end function not working?
- Custom Post Types and independent Categories – complex Taxonomy
- WooCommerce product search titles only
- Call custom post type by category
- Add category attribute to custom shortcode
- Notice: Undefined index: suppress_filters
- Use regular category with custom post types
- Should I use custom menu, C.P.T. or theme options, or something else for this?
- Sorting multiple custom post types without a meta key/value pair by sort order
- Custom Taxonomy Permalinks Redirection
- Add custom column in custom post type edit page
- Should I use custom taxonomy or custom post type
- How to detect filter in URL in Category page?
- Set menu active state for custom posttype and category, given custom taxonomy term
- Order By Post Type ThenBy Taxonomy
- How to show CPTs in term archive
- How to change post featured image using a custom field of category?
- wp_insert_post generates endless posts
- Remove standard meta boxes from custom taxonomy
- CPT Archive with core Category
- Group posts by custom post type
- Show listings from Impress Listing plugin in random order using taxonomy and terms
- What’s the difference between same wp functions get_posts(); functions in different form?
- Display all posts in main category and 1 subcategory
- Replace li Items with divs with classes
- Ordering posts in Search & taxonomy by post_meta
- Dequeue scripts and styles only for specific custom post type
- showing custom post types of a certain category only
- Function to display custom post type on front page makes menu items dissapear
- Get posts from a custom post type by child categories of a parent category
- custom post type not showing in menu
- Linking to the most recent post in a Custom Post Type
- Custom Post Type Archive Page Filtering
- Getting posts under the custom post type ui category
- 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
- How to customize a permalink (URL) structure?
- get_posts() with custom post type does not work outside page.php
- Rewrite and custom post type: order by custom field not working
- Posts from all the categories are being displayed instead of particular category
- Get parent categories of custom post type
- Custom Post Type with Templates using Meta Boxes?
- How to set order for a custom post type
- Previous/Next Link by Meta Value in CPT
- Can I list a custom post type within another custom post type in the admin area?
- How to query_post custom posts within default taxonomy?
- Conditional Statement custom post type category
- Change custom post type slug from plugin options
- Show custom post type filtered by category
- Custom Post Type With Categories
- Default sort on admin columns with meta date hides draft posts with empty date value
- Display posts from Custom Post Type in category page on front-end
- How to order separated Custom Post Search results
- How can I make my custom posts appear in their assigned category url?
- How to call in Custom Post-Type Categories?
- get_category_parents for custom post type taxonomy
- Crafting WP_Query array, sort by date
- Separate custom categories from default category
- forming WP_Query for posts of all post types but from specific categories
- wp_list_categories() – current-cat class also inside posts?
- Showing posts from different categories and from custom post type
- Can’t edit custom post type
- Custom post type getting wrong categories and tags
- Categories of custom taxonomy don’t show any posts
- How to display custom taxonomies with links in filter menu?
- Show a Category X’s custom post type on Category X archive page?