Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Shawn

    (@shawnogordo)

    To clarify: you need for the Podcast Episode box created by PowerPress to not appear in the WordPress editor for your Pages? Is that correct?

    Thread Starter Payatola2287

    (@payatola2287)

    Disable actually. Not just hidden with css or jquery

    Plugin Support Shawn

    (@shawnogordo)

    I have asked the lead developer of PowerPress to look at your question. An answer will be posted here as soon as he’s had a chance to take a look.

    Plugin Author Angelo Mandato

    (@amandato)

    Hello @payatola2287,

    If you can edit your wp-config.php, you can set a define of the exact list of post types the podcast episodes appear in.

    Example 1, only ‘post’ post types:
    define('POWERPRESS_POST_TYPES', 'post');

    Example 2 post and page post types:
    define('POWERPRESS_POST_TYPES', 'post page');

    This line needs to go into the wp-config.php somewhere in the middle, as long as it is above the include line near the bottom of the file you should be all set.

    Thanks,
    Angelo

    Plugin Author Angelo Mandato

    (@amandato)

    Hello @payatola2287,

    Did the defines work out for you?

    Thanks,
    Angelo

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable on pages’ is closed to new replies.