Tagged Questions
0
votes
1answer
11 views
install.php Custom Taxonomy Term not being added to custom post
So I am stuck on this problem that I am facing when creating a custom taxonomy term in a install.php file.
So I am running a WP multisite, and upon new blog creations, I am trying to auto create ...
0
votes
2answers
218 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
651 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 ...