Sub-categorie not sorted ?
-
Hello thanks for this plugin it so useful !!
I added your plugin and sorted my category. It’s ok but one thing.
My categories are :
– cat_1
– cat_2
_ cat_3
___cat_3_sub_categorie
– cat 4
…My articles width cat_3_sub_categorie are sorted first. I expected them to appear beetween the cat_3 and cat_4…
It’s normal ? Can you help me with this ?
—–
I modify my query and added the order by term_order. (The order by is ok but not for the sub_category)SELECT $wpdb->terms.*
FROM $wpdb->terms, $wpdb->term_taxonomy
WHERE $wpdb->term_taxonomy.taxonomy = ‘category’
AND $wpdb->term_taxonomy.term_id = $wpdb->terms.term_id
ORDER BY $wpdb->terms.term_order
The topic ‘Sub-categorie not sorted ?’ is closed to new replies.