I'd like to use the Print Friendly and PDF-plugin. A very nice plugin, which makes it possible to print Wordpress articles and pages anyway you want to.
Unfortunately, the plugin shows the button in the 'excerpts' in the slider with featured content, even though it is only supposed to add a button at the bottom of posts and pages. (Probably Wordpress treats an excerpt as if it were a post).
Not a big deal, but I'd like to do away with the button at the bottom of the excerpt. One possibility would be to display the first few lines of a post in the slider with featured content, but I think suffusion doesn't allow this.
The plugin does have a possiblity to add the button manually by adding the following code in the template: <?php if(function_exists('pf_show_link')){echo pf_show_link();} ?>
But where should I add the code exacly? What is 'the template'? Suffusion ís the template, or isn't it?! So, to which php-file should I add this code? (And to which line?)
Jan
