Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. SELECT SQL_CALC_FOUND_ROWS jc_posts.ID FROM jc_posts LEFT JOIN jc_term_relationships tr ON jc_posts.ID = tr.object_id LEFT JOIN jc_term_taxonomy tt ON tt.term_taxonomy_id=tr.term_taxonomy_id LEFT JOIN jc_terms t ON t.term_id = tt.term_id WHERE 1=1 AND ( jc_term_relationships.term_taxonomy_id IN (1) ) AND jc_posts.post_type = 'post' AND (jc_posts.post_status = 'publish' OR jc_posts.post_status = 'future' OR jc_posts.post_status = 'draft' OR jc_posts.post_status = 'pending' OR jc_posts.post_status = 'private') GROUP BY jc_posts.ID ORDER BY jc_posts.post_date DESC LIMIT 0, 20
  2.  
  3. WordPress database error: [Unknown column 'jc_term_relationships.term_taxonomy_id' in 'where clause']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement