taxonomy problem
-
when i go to preview i get on left side this:
WordPress database error: [Column ‘term_order’ in order clause is ambiguous]
SELECT t.term_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘collection’) AND tr.object_id IN (972) ORDER BY term_order ASCand below the post:
WordPress database error: [Column ‘term_order’ in order clause is ambiguous]
SELECT t.term_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘collection’) AND tr.object_id IN (972) ORDER BY term_order ASC
The topic ‘taxonomy problem’ is closed to new replies.