PowerPress wp-config Options

As of version 0.7.0 and newer, five new defines can be added to your wp-config.php file to translate the text labels Blubrry PowerPress uses for links to download and play media.

Label: Podcast

Add the following define to change the podcast label. Change “Podcast” with the value you want displayed.

define("POWERPRESS_LINKS_TEXT", "Podcast" );

Label: Duration

Add the following define to change the duration label. Change “Duration” with the value you want displayed.

define("POWERPRESS_DURATION_TEXT", "Duration" );

Label: Play in new window

Add the following define to change the Play in new window label. Change “Play in new window” with the value you want displayed.

define("POWERPRESS_PLAY_IN_NEW_WINDOW_TEXT", "Play in new window" );

Label: Download

Add the following define to change the Download label. Change “Download” with the value you want displayed.

define("POWERPRESS_DOWNLOAD_TEXT", "Download" );

Link Separator: |

Add the following define to change the link separator. Change “|” with the value you want displayed.

define("POWERPRESS_LINK_SEPARATOR", "|");