Database Error; SQL: SELECT
DISTINCT
`t`.*
FROM `wp_posts` AS `t`
LEFT JOIN `wp_term_relationships` AS `rel_category` ON
`rel_category`.`object_id` = `t`.`ID`
LEFT JOIN `wp_term_taxonomy` AS `rel_tt_category` ON
`rel_tt_category`.`taxonomy` = 'category'
AND `rel_tt_category`.`term_taxonomy_id` = `rel_category`.`term_taxonomy_id`
LEFT JOIN `wp_terms` AS `category` ON
`category`.`term_id` = `rel_tt_category`.`term_id`
WHERE ( ( id != 46805 and `category`.`term_id` IN (10904,44,4444,10932,4515,4527,10870,8,10908,10837,2,56,10879,49,4631,60,4780,4384,62,3717,10885,47,73,10862,10863,9770,616,2967,40,9,43,10920,3330,10919,10871,10886,10,1,45) ) AND ( `t`.`post_type` = 'article' ) AND ( `t`.`post_status` IN ( 'publish' ) ) )
ORDER BY date_of_posting DESC, `t`.`menu_order`, `t`.`post_title`, `t`.`post_date`
LIMIT 0, 15; Response: Unknown column 'date_of_posting' in 'ORDER BY'