• Resolved mekcas

    (@cthajarathirah)


    Hi. I want to ask. I am using pdf embedder plugin. Can this plugin automatically embed the pdf to all pages? I have many courses pages to make my pdf doc appear in page. Instead of put one by one shortcodes, is there any way to implement pdf view to all pages?

Viewing 1 replies (of 1 total)
  • Hi @cthajarathirah,

    Are you embedding the same document on all of the pages? If so, then creating a custom post template for your course pages would be the way to go and in that template you could include the do_shortcode function with the PDF you want to have appear on every instance of that page.

    For example:
    <?php echo do_shortcode(' [pdf-embedder url="path-to-pdf.pdf"] '); ?>

    If you need different PDFs on each page, then the process becomes much more complicated for automation.

    If you have any other questions, please feel free to send an email to contact@wp-pdf.com as we may not see messages posted here to respond in a timely fashion.

    Emma

Viewing 1 replies (of 1 total)

The topic ‘Pdf embedder/pdf viewer’ is closed to new replies.