april-s
7/21/2014 - 5:27 PM

Adds _blank target to PDF files in WP page content

Adds _blank target to PDF files in WP page content

echo str_replace('.pdf"', '.pdf" target="_blank"', get_the_content());
//may have a parameter in the get_the_content function.