I'm using the WP_Print plugin to make it easy for users to print posts. Presently, the below code is added around line 59 of the index.php theme file. After more study of your excellent theme, realized it would be probably be better to just put the code in the Kicker option section and/or other appropriate sections.
How to you enter function code into the "Post Info Items" sections?
<?php if(function_exists('wp_print')) { print_link(); } ?>
Being a noob at this stuff, any help greatly appreciated.
Thx. in advance,
Lars