automated blog post in wordpress ? how i have subject and content in text file (serial order ) how i can import to blog posts ? it will be around 2000 so copy paste is not possible
There's a commercial plugin available of WP which can do this job easily You can also schedule the phugin to make specific number of posts daily More info can be found here - http://www.wptraffic.com/
147$ i tried with my own script i got little success. inserted but problem is i didnt get into category wise posts which was headache
It's very easy to insert blog posts automatically First what version of wordpress you are using? Different version have different tables in database....2.0 version has table for categories whereas the latest versions has a different table name called taxnomy relationships... Whether the posts are in different categories? if it's in same categories means no problem for you but if it's different little bit work has to be done... Here is my work http://www.latestsites.co.nr -the wordpress blog gets updated automatically with latest proxies everyday...
Freewebspace thanks buddy rep added i too looking those tables problem is i have diff categories some what confusing with mass adding
different categories is also not a big problem after inserting your wordpress posts into table "wp_posts" ,you can insert categories in taxnomy relationship tables with the object id... whereas in the older version it's very easy than this. what version you are using whether you are having any terms relationship table...
no relation ship terms just subject and body of post in text fromat i have i tried insert wp_posts only i think that was the problem for me i will see into your method thanks