
December 21st, 2012, 04:05 AM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 6
Time spent in forums: 47 m 24 sec
Reputation Power: 0
|
|
|
How remove post from database, when...
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
|