WordPress-Datenbankfehler: [Table 'usr_web406_1.wp_researchcategories' doesn't exist]
SELECT cat_ID, cat_name, category_nicename, category_description, category_parent
FROM wp_researchcategories
WHERE cat_ID > 0 && cat_ID!=19
WordPress-Datenbankfehler: [Table 'usr_web406_1.wp_researchcategories' doesn't exist]
SELECT cat_ID,
COUNT(wp_researchpost2cat.post_id) AS cat_count
FROM wp_researchcategories
INNER JOIN wp_researchpost2cat ON (cat_ID = category_id)
INNER JOIN wp_researchposts ON (ID = post_id)
WHERE post_status = 'publish' && cat_ID!=19
GROUP BY category_id