By populating a MySQL database table with all the information about the podcasts you can automatically create the posts needed for podcasting with the Blubrry PowerPress plugin. This will allow you to post as draft or published and switch between the two as well as delete posts. Probably not useful to actual Podcasters, but it works for what I needed.
Information required from the database:
- Host
- 数据库名
- Database Table Name
- Database Username
- Database Password
Also field names from the database which will be used for the following:
- Primary Key Field
- 书名
- 目录
- Post Body
- Featured Image(URL to an image)
- Media URL
- Media size
- Media type
- 发布日期
Your categories need to be setup prior to using this.
Example database table for importing from
You may use the following database table as an example template for your database.
Note: You must have at least one record in the database table before you can enter the database column fields in this plugin.

评论0