bulk create posts with format-dependent custom fields
-
So I have been using rs-csv-simple to bulk create posts with simple content and standard fields. The rs-csv-simple uses standard wp functions and all you need to do is to upload a .csv file filled with your own formatted content.
Recently I moved to videopro theme where you can create posts with advanced video options (probably from its heavy plugin bundles).
Now, per post, I get different fields when I select different formats (default, video, audio etc), and some other fields probably generated by some plug-ins, for example, actor from cactus_actor. The PROBLEM is I do not know the correct slug name for those fields; and not sure if I can feed fields data specific to one format and send the format value at the same time.
I have been looking at the database postmeta key and values but would like to be sure before I upload something into the database.
# I am posting the question here because I think it is not specific to one theme or plugin but a more general question on how WP and multiple plugin works together #
Thanks a lot.
- The topic ‘bulk create posts with format-dependent custom fields’ is closed to new replies.