Replies: 0
I have created a custom attachment.php template for my wordpress site. I added the following code to the template, but I can’t seem to get the print/pdf buttons to show. The buttons are working fine on my standard post and pages.
<?php do_action( ‘bwsplgns_display_pdf_print_buttons’ ); ?>
Any ideas?