Plugin Directory

PDF24 Articles To PDF

How can i remove the boxes underneath each article

  1. Locate to the section Settings->PDF24 Plugin in wordpress admin area
  2. Uncheck 'Use this plugin' in the section Article Plugin
  3. Save the settings

Where do i have to insert the code to display the sidebar box

In my theme directory there is an file named sidebar.php. A part of that file looks like this:

<li>
<?php include (TEMPLATEPATH . '/searchform.php'); ?>
</li>

After that peace of code insert this:

<li>
<!-- Start pdf24.org sidebar plugin -->
<?php pdf24Plugin_sidebarBox(); ?>
<!-- End pdf24.org sidebar plugin -->
</li>

Where do i have to insert the code to display the bottom bar box

In my theme directory there is an file named index.php. A part of that file looks like this:

<?php endwhile; ?>

After that code insert this:

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

Where do i have to insert the code to display the top bar box

In my theme directory there is an file named index.php. A part of that file looks like this:

<div id="content" class="narrowcolumn">

After that code insert this:

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

Download

FYI

Compatibility beta

Your Setup

Log in to vote.

The Consensus

No data

Average Rating

5 stars
4 stars
3 stars
2 stars
1 star
(8 ratings)