Display Post Title Just Once
-
Hello!
I’ve tried to use only some parts of my posts to be printed in the PDF document. I’ve used the code in my template file as I understood when reading the pluggin documentation:
<?php pdf24Plugin_begin(); ?> Some content I want to display in the PDF <?php pdf24Plugin_end(); ?> Some content I don't waant in the PDF <?php pdf24Plugin_begin(); ?> Some more content that I want in the PDF <?php pdf24Plugin_end(); ?> <?php pdf24Plugin_link(); ?>It is working, but for each of the diferent parts I add to de PDF, the article title Is displayed. I guess this is happenig because the plugin understands every begin-end as a diferent entry.
I would like the title to be displayed just once, on top of the document, and then just add the content I want.
Is there any placeholder I can use in the “Custom document template” so I can delete {title} from “Custom document entry template”?
Thanks a lot!
The topic ‘Display Post Title Just Once’ is closed to new replies.