WordPress, mass post inserts

Currently I am looping over 3 thousand times in order to insert posts using the wp_insert_post() etc.

All these queries are a lot of hopping forward and back to the MySQL database. Do you know if it is possible to bulk all these queries as one query?

Read More

Thanks in advance.

Related posts

Leave a Reply

1 comment