Home › Forums › General Issues › Sort Custom Post Type by Taxonomy. › Reply To: Sort Custom Post Type by Taxonomy.
hi,
I’m sorry my friend, I don’t understand you.
Sorry I’m not that good with WordPress.
Should I manipulate the get_terms function with one of its many parameters?
I tried to follow you but it didn’t work.
$categories = get_terms( 'type_produc', array(
'orderby' => 'count',
'order'=>'DESC',
'hide_empty' => true,
'fields' => 'ids' // (or parent) but not found
) );
What you are telling me is that first I must save the posts that produce the code you gave me and then look for the taxonomy of each one?
Sorry I didn’t understand.
Thanks for your help and sorry for not understanding.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.