'general', 'feed_slug'=>'', 'category_id'=>0, 'term_taxonomy_id'=>0, 'term_id'=>0, 'taxonomy_type'=>'', 'post_type'=>''); // feed_slug = channel $General = powerpress_get_settings('powerpress_general'); $General = powerpress_default_settings($General, 'basic'); $FeedSettings = powerpress_get_settings('powerpress_feed'); $FeedSettings = powerpress_default_settings($FeedSettings, 'editfeed'); $CustomFeed = get_option('powerpress_feed_'.'podcast'); // Get the custom podcast feed settings saved in the database if( $CustomFeed ) // If they enabled custom podast channels... { $FeedSettings = powerpress_merge_empty_feed_settings($CustomFeed, $FeedSettings); $FeedAttribs['channel_podcast'] = true; } $MultiSiteServiceSettings = false; if( is_multisite() ) { $MultiSiteSettings = get_site_option('powerpress_multisite'); if( !empty($MultiSiteSettings['services_multisite_only']) ) { $MultiSiteServiceSettings = true; } } wp_enqueue_script('powerpress-admin', powerpress_get_root_url() . 'js/admin.js', array(), POWERPRESS_VERSION ); ?> " /> " />









()

()

/>

() ()

/>

() ()

/>

() ()

/>

() ()

/>

()

' . __('Learn More about Blubrry Support Options', 'powerpress') . ''; ?>

0 && $General['timestamp'] < (time() - (60 * 60 * 24 * 14))) // Lets wait 14 days before we annoy them asking for support { ?>

' . __('Visit Blubrry\'s Patreon page', 'powerpress') . ''; ?>

()
()

<?php echo __('Enabled!', 'powerpress'); ?>

Blubrry", 'powerpress'); ?>

&KeepThis=true&TB_iframe=true&width=600&height=400&modal=false" target="_blank">

PowerPress works best with Blubrry', 'powerpress')); ?>

connecting to your Blubrry Hosting Account.', 'powerpress')); ?>

/>
/>
/>
__('Default Podcast (podcast)', 'powerpress') ); if( isset($General['custom_feeds']) ) { foreach( $General['custom_feeds'] as $podcast_slug => $podcast_title ) { if( $podcast_slug == 'podcast' ) continue; $Players[$podcast_slug] = sprintf('%s (%s)', $podcast_title, $podcast_slug); } } */ require_once( dirname(__FILE__).'/views/settings_tab_appearance.php' ); powerpressadmin_website_settings($General, $Feed); powerpressadmin_blog_settings($General, $Feed); powerpress_subscribe_settings($General, $Feed); powerpress_shortcode_settings($General, $Feed); powerpressadmin_new_window_settings($General, $Feed); ?> publish < 1000) { $posts = get_posts(array('numberposts' => -1)); $tooMany = false; } else { $posts = get_posts(array('numberposts' => 100)); $tooMany = true; } $numEp = 0; $foundEp = false; $mostRecentEp = array(); foreach ($posts as $idx => $post) { $enclosureArray = get_post_meta($post->ID, 'enclosure', true); if (!empty($enclosureArray)) { $numEp += 1; if (!$foundEp) { $EnclosureURL = ''; $EnclosureLength = ''; $EnclosureType = ''; $EnclosureSerialized = false; if ($enclosureArray) { // list($EnclosureURL, $EnclosureLength, $EnclosureType, $EnclosureSerialized) = explode("\n", $enclosureArray, 4); $MetaParts = explode("\n", $enclosureArray, 4); if (count($MetaParts) > 0) { $EnclosureURL = $MetaParts[0]; } if (count($MetaParts) > 3) { $EnclosureSerialized = $MetaParts[3]; } if ($EnclosureSerialized && $EnclosureURL) { $mostRecentEp = @unserialize($EnclosureSerialized); $mostRecentEp['media_url'] = $EnclosureURL; $mostRecentEp['post_data'] = $post; } } if (!empty($mostRecentEp)) { $foundEp = true; } } } } if ($tooMany) { $numEp = "N/A"; } if (isset($mostRecentEp['itunes_image'])) { $image = $mostRecentEp['itunes_image']; } elseif (isset($FeedSettings['itunes_image'])) { $image = $FeedSettings['itunes_image']; } else { $image = powerpress_get_root_url() . 'images/pts_cover.jpg'; } ?>

Feed Image

post_content; ?>

1576972800)) { ?>

"><?php echo __('Not done', 'powerpress'); ?>Finish Show Prep

<?php echo __('Done!', 'powerpress'); ?>Finished Show Prep

<?php echo __('Done!', 'powerpress'); ?>Added Artwork to Show

<?php echo __('Done!', 'powerpress'); ?>Submitted to Apple Podcasts

PODCAST INSIDER NEWS & UPDATES', 'powerpress'); ?>

/>

Blubrry'); ?>

__('No rating specified', 'powerpress'), 'TV-Y'=>__('Children of all ages', 'powerpress'), 'TV-Y7'=>__('Children 7 years and older', 'powerpress'), 'TV-Y7-FV'=>__('Children 7 years and older [fantasy violence]', 'powerpress'), 'TV-G'=>__('General audience', 'powerpress'), 'TV-PG'=>__('Parental guidance suggested', 'powerpress'), 'TV-14'=>__('May be unsuitable for children under 14 years of age', 'powerpress'), 'TV-MA'=>__('Mature audience - may be unsuitable for children under 17', 'powerpress') ); $RatingsTips = array(''=>'', 'TV-Y'=>__('Whether animated or live-action, the themes and elements in this program are specifically designed for a very young audience, including children from ages 2-6. These programs are not expected to frighten younger children. Examples of programs issued this rating include Sesame Street, Barney & Friends, Dora the Explorer, Go, Diego, Go! and The Backyardigans.', 'powerpress'), 'TV-Y7'=>__('These shows may or may not be appropriate for some children under the age of 7. This rating may include crude, suggestive humor, mild fantasy violence, or content considered too scary or controversial to be shown to children under seven. Examples include Foster\'s Home for Imaginary Friends, Johnny Test, and SpongeBob SquarePants.', 'powerpress'), 'TV-Y7-FV'=>__('When a show has noticeably more fantasy violence, it is assigned the TV-Y7-FV rating. Action-adventure shows such Pokemon series and the Power Rangers series are assigned a TV-Y7-FV rating.', 'powerpress'), 'TV-G'=>__('Although this rating does not signify a program designed specifically for children, most parents may let younger children watch this program unattended. It contains little or no violence, no strong language and little or no sexual dialogue or situation. Networks that air informational, how-to content, or generally inoffensive content.', 'powerpress'), 'TV-PG'=>__('This rating signifies that the program may be unsuitable for younger children without the guidance of a parent. Many parents may want to watch it with their younger children. Various game shows and most reality shows are rated TV-PG for their suggestive dialog, suggestive humor, and/or coarse language. Some prime-time sitcoms such as Everybody Loves Raymond, Fresh Prince of Bel-Air, The Simpsons, Futurama, and Seinfeld usually air with a TV-PG rating.', 'powerpress'), 'TV-14'=>__('Parents are strongly urged to exercise greater care in monitoring this program and are cautioned against letting children of any age watch unattended. This rating may be accompanied by any of the following sub-ratings:', 'powerpress'), 'TV-MA'=>__('A TV-MA rating means the program may be unsuitable for those below 17. The program may contain extreme graphic violence, strong profanity, overtly sexual dialogue, very coarse language, nudity and/or strong sexual content. The Sopranos is a popular example.', 'powerpress') ); foreach( $Ratings as $rating => $title ) { $tip = $RatingsTips[ $rating ]; if (!$rating) { $style = "style=\"margin-bottom:\""; } ?>
/>


/>