Wp de herşey mümkün

PDF leri o şekilde göstermek için functions php nize "<?php" den sonra şu kodları yazmanız yeterli:

function cwc_viewpdf($attr, $url) {
*return '<iframe src="http://docs.google.com/viewer?url=' . $url . '&embedded=true" style="width:' .$attr['width']. '; height:' .$attr['height']. ';" frameborder="0">Your browser should support iFrame to view this PDF document</iframe>';
}
add_shortcode('embedpdf', 'cwc_viewpdf');
Pdf dosyasını göstermek için ise yazı ekleme kısmına şu kodu yazmanız yeterli:

[embedpdf width="900px" height="600px"]PDF dosyanızın linki[/embedpdf]
"900px" height="600px" => Bu kısmı temanıza göre ayarlayabilirsiniz.