By Henri GILABERT on Friday, 02 May 2014
Replies 1
Likes 0
Views 1.1K
Votes 0
hello,

I wolud like to know how to do to mass delete articles which are older a certain date ? Is it possible, using phpMyadmin, to simply delete articles from the table `easyblog_post` ?

thank you for your help
Hello Hendi,

Yes it is possible to delete directly from database. You can run this query:
DELETE FROM `w6wtl_easyblog_post` WHERE created between '2014-04-14 00:00:00' and '2014-04-16 00:00:00'


If you have anymore question, please don't hesitate to ask us.
Hope this will help.
Thanks.
·
Friday, 02 May 2014 19:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post