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.
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.
I have the same question. Anyone know?
Hi,
there is a new version of the plugin. The version 2.1 supports what you want!
...
<?php endwhile; ?>
<!-- Start pdf24.org top bottom plugin -->
<?php pdf24Plugin_topBottomBox(); ?>
<!-- End pdf24.org top bottom plugin -->
...
<?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()) : ?>
This topic has been closed to new replies.