…On the other side of the fence, or so the saying goes. But no matter how green, you should always keep your eyes on your own side, else this could happen to you.
WordPress database error: [Unknown table 'wp_term_taxonomy' in on clause]
SELECT ID, post_title
FROM wp_posts
LEFT JOIN wp_ak_popularity pop
ON wp_posts.ID = pop.post_id
LEFT JOIN wp_cat_visibility ON (wp_term_taxonomy.term_id = wp_cat_visibility.cat_ID)
WHERE post_status = 'publish'
AND post_date < NOW()
AND ((wp_cat_visibility.archives=1 AND wp_cat_visibility.cv_user_level<=0) OR post_status='static' OR wp_cat_visibility.cat_ID IS NULL)
GROUP BY wp_posts.ID
ORDER BY pop.total DESC
LIMIT 10