Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter kyliekarnage

    (@kyliekarnage)

    Nevermind; just commented out the section to only display on single posts pages.

    Can you tell me where that was/what you did to fix this. I am having the same issue.
    Thanks

    in /plugins/wp-audio-player/plugin.php, find the public function display_audio_content (should be around line 252).

    Comment out the check for single/page by changing the first line to read:

    if( /*( is_single() || is_page() ) &&*/ ! post_password_required() ) {

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Display Audio Player in Category (Full Post Display Enabled)’ is closed to new replies.