In you $args you need to make sure to order your categories like so:
$args = array(
'taxonomy' => 'category',
'orderby' => 'date',
'order' => 'DESC',
'hide_empty' => 0
); $c = get_categories($args);
Did you make a custom taxonomy and use that within ACF?
Related Posts:
- visually sort ordering “custom post types” for end users
- Custom Table Column Sortable by Taxonomy Query
- How do I allow users to sort posts? [duplicate]
- Sorting results from JSON-API on custom fields
- Sort users in get_users() in custom order
- Sort by custom field value
- How to sort posts with the first 2 or 3 by latest, and the rest is random?
- Get “wp_get_nav_menu_items” to sort alphabetically [duplicate]
- Ascending sort order for monthly & category view, i.e. ?m=201204, ?cat=4
- Adding Sorting to Website?
- Sorting by tag or category
- get_terms orderby name as numbers
- Creating a category page by alphabet
- Sorting get_post_ancestors array
- wordpress custom_meta ordering of timestamps
- Multi-level ordering in WordPress
- Sorting for custom column in WordPress admin post table
- Help alphabetically sorting $terms from get terms(‘wpsc_product_category’
- Vertical alphabetically post columns
- Advanced custom fields sort repeater by date
- Displaying posts sorting by a custom criterion
- Sorting custom post type by usermeta
- Sort posts by meta key that is serialised with other meta keys
- orderby field – list of available options?
- User Query sort on custom field then name
- WP Query sort by meta value
- Best Practices for a Completely Customizable Homepage – without plugins
- Sorting posts by custom field value
- How do I create a sort capability by Title, Category, Author, Date?
- How to avoid duplicating same meta_value?
- Sorting/Filter posts from front-end in WordPress blog
- ‘sort_column’ => ‘menu_order’ not working
- Sort scheduled posts in ascending order by default
- How to sort by number
- sort items by randomness
- inner foreach loop sorting
- Sortby parameter to sort users
- Update meta_key value for a page
- Sort my event calendar by date
- Table Sorter sort by span title?
- make two custom columns sortables
- How to display remaining post ( in post__in ) if posts are less then post per page?
- ACF pro: Group teaser by datepicker year and display custom sub fields [closed]
- Sorting in WP_List_Table class
- display wordpress user who published a pending post of another user
- Static front page and orderby
- Advanced sorting of content in wordpress [closed]
- Sort posts by first content letter
- Grouping posts starting with same letter
- Getshopped (WP-e-commerce): show all protucts on one admin page for drag-and-drop ordering [closed]
- List CPT by menu_order with children right after parent
- Multidimensional array sort?
- How can users sort multiple pages?
- How do i Sort my Posts
- How to resort my id in wordpress?
- Orderby meta_value only returns posts that have existing meta_key
- initial sort order for a sortable custom column in admin
- How to get Page/Post Gallery attachment images in order they are set in backend using WP_Query()?
- How can I set a default listing order on the admin page for a custom taxonomy? (without plugins)
- How to sort a table of custom posts by column containing custom field
- How do I sort multiples pages?
- Reorder plugin items in the admin menu
- query_posts sort in multiple directions
- Does WP search natively return results sorted by type (post, post type, page, category…)?
- Plugin for sortable posts in grid [closed]
- Customize the Sorting Dropdown in WooCommerce
- Woocommerce custom loop to show all the products [closed]
- Sorting Grids with Essential Grid and Events Manger
- Using database meta_values to calculate new post order using pre_get_posts or a ‘request’ hook
- Sort posts by newest child while keeping hierarchy intact
- Ordering of gallery images without using shortcode in theme
- lock meta box position on post edit screen for contributors
- Combining sorted and random CPT
- Nesting if statements to echo only one string based on what tag was filtered?
- Control attachments menu order with jQuery Sortable
- Sort alphabetically by custom field
- Sort by site/blog column in Multisite
- Sort by page information by Ascending Numbers
- Sort search results by Custom Field
- Sort posts by first letter in the title, not by first number
- Sort populated GravityForms list alphabetically [closed]
- Order woocommerce products alphabetically by second word in title?
- Display all posts in a custom post type, grouped by a custom taxonomy. How to sort the posts alphabetically and the terms by ID?
- WP Query and date format
- Sort All Posts by Category Name in the Admin Panel?
- Sort column on meta key and meta value
- Sort appearence order in the_content()
- Sort custom posts by date and then by taxonomy
- Order (by ASC) posts with meta_key so posts without values are last
- Custom post type sortable columns when column value is from a custom database value
- how to include orderby value that is empty?
- Drop down filter sort posts by latest, last 7 days and monthly
- how to develop a filter in wordpress to let the user filter the page content depends on the date (newest to oldest etc…)?
- Sorting Posts by Taxonomy thats not within the query’s $args
- Ajaxify Post Sort
- How to change custom post order ASC/DESC menu_order wise dynamically?
- Sorting posts to make those with post thumbnail show up first
- Sort posts by title, sort array by largest number [duplicate]
- WordPress – show all posts + ones with specific tag
- Custom order of CPT posts by title, in wp-admin area by default