Forums

[Plugin: PDF24 Post to PDF] Help (3 posts)

  1. Anonymous
    Unregistered
    Posted 1 year ago #

    I found this plugin useful to my blog, however I want Post to pdf only appear at every bottom of my posts but not in the pages.

    http://wordpress.org/extend/plugins/pdf24-post-to-pdf/

  2. brunette_va
    Member
    Posted 1 year ago #

    I have the same question. Anyone know?

  3. pdf24
    Member
    Posted 1 year ago #

    Hi,

    there is a new version of the plugin. The version 2.1 supports what you want!

    1. Download and install the plugin
    2. Add the code <?php pdf24Plugin_topBottomBox(); ?> into the index.php of your used theme. In my index.php it looks like this:

      ...
      <?php endwhile; ?>
      <!-- Start pdf24.org top bottom plugin -->
      <?php pdf24Plugin_topBottomBox(); ?>
      <!-- End pdf24.org top bottom plugin -->
      ...

    3. You can also display die bar at the top of each page. In my index.php it looks like:

      <?php get_header(); ?>
      <div id="content" class="narrowcolumn">
      <!-- Start pdf24.org top bottom plugin -->
      <?php pdf24Plugin_topBottomBox(); ?>
      <!-- End pdf24.org top bottom plugin -->
      <?php if (have_posts()) : ?>

Topic Closed

This topic has been closed to new replies.

About this Topic