Best option to post on wordpress? (own domain)

ScrapeboxWorker

Regular Member
Joined
Jul 23, 2012
Messages
498
Reaction score
285
Are there any tools or plugins? I want to import .CSV or .TXT and post them auto to my wordpress./ (on my own domain)
 
You can probably import a .csv or delimited text file directly into your WordPress database. You'll need to match up the fields to be sure the data goes where you want (post, comments, etc.). You can use phpMyAdmin to view the fields, then set everything up in your import file and use the import button.
 
What about my custom format and HTML/BB code? Its possible also?
 
OK i solved my problem its easy.
Wordpress > Tools > csv post import > read documentation
 
Back
Top