Tagged Questions
0
votes
2answers
214 views
Using wp_insert_post with WP Network in a cron script
I have network of sites, and I need to import data into them via a cron job. Obviously wp_insert_post is meaningless in this case, since i'm not in a blog...i'm in a cron script.
I also read that ...
2
votes
1answer
622 views
Using wp_insert_post() with Networking enabled
I'm working on a script that will drop articles directly into the wordpress database, using wp_insert_posts(). However, I have networking enabled and the wp_insert_post() reference page has no ...