plugin-icon

PowerPress Posts From MySQL addon

제작자: machouinard·
Have a bunch of podcasts stored on your server and aren't excited about creating each post manually? This can help.
등급
5/5
버전
0.9.10
활성화된 설치 항목
10
최근 업데이트일
Jun 14, 2016
PowerPress Posts From MySQL addon

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
  • DB 이름
  • Database Table Name
  • Database Username
  • 데이터베이스 비밀번호

Also field names from the database which will be used for the following:

  • Primary Key Field
  • Title
  • 분류
  • Post Body
  • Featured Image(URL to an image)
  • Media URL
  • Media size
  • Media type
  • Date posted

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.

CREATE TABLE episodes ( episode_id int(11) NOT NULL, episode_title varchar(255) NOT NULL, episode_category varchar(255) NOT NULL, episode_body text NOT NULL, episode_image_url varchar(4000) NOT NULL, episode_url varchar(4000) NOT NULL, episode_length int(11) NOT NULL, episode_content_type varchar(20) NOT NULL, episode_date date NOT NULL, PRIMARY KEY (episode_id) ) DEFAULT CHARSET=utf8;

Note: You must have at least one record in the database table before you can enter the database column fields in this plugin.

무료Business 요금제에서
설치하면 WordPress.com 서비스 약관서드파티 플러그인 약관에 동의하게 됩니다.
테스트된 버전
WordPress 4.5.33
이 플러그인은 다운로드할 수 있으며 에서 사용할 수 있습니다.