Support

Account

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.