Hi guys,
how can I remove Wordpress posts from MySQL database, when in post are 4 and more links? I begin with
SELECT *
FROM `wp_posts`
WHERE `post_type` = 'post'
and the rest?:-)
Thanks a lot Peter
how can I remove Wordpress posts from MySQL database, when in post are 4 and more links? I begin with
SELECT *
FROM `wp_posts`
WHERE `post_type` = 'post'
and the rest?:-)
Thanks a lot Peter