 |
 |
ERROR:
Table 'estone.wp_post2cat' doesn't exist
select distinct ID,post_title,category_id,post_date,post_content,post_author from wp_posts p left join wp_post2cat pc on p.ID=pc.POST_ID where p.post_status='publish' and pc.category_id in (3) order by post_date desc limit 0,3
|
|
 |
 |
ERROR:
Table 'estone.wp_post2cat' doesn't exist
select distinct ID,post_title,category_id,post_date,post_content,post_author from wp_posts p left join wp_post2cat pc on p.ID=pc.POST_ID where p.post_status='publish' and pc.category_id in (22) order by post_date desc limit 0,3
|
|
 |
|
 |