WordPress Datenbankstörung: [ Tabelle ' searcha2_wrdp1.wp_categories' besteht nicht ]
SELECT cat_ID as category_ID, cat_name, category_parent FROM wp_categories GROUP BY cat_ID ORDER BY category_parent, cat_name

WordPress Datenbankstörung: [ Tabelle ' searcha2_wrdp1.wp_categories' besteht nicht ]
SELECT category_parent FROM wp_categories WHERE category_parent != '0' GROUP BY category_parent ORDER BY category_parent

WordPress Datenbankstörung: [ Tabelle ' searcha2_wrdp1.wp_post2cat ' besteht nicht ]
SELECT ID, category_id, post_title FROM wp_posts, wp_post2cat WHERE wp_posts.ID = wp_post2cat.post_id AND post_status = 'publish' AND post_type = 'post' ORDER BY category_id, post_title