Hey,
I am using the Flattr-Plugin by Michael Henke and would like to add flattr-Buttons only at the end of my posts (Single page) but not between every excerpt on the homepage (index.php). The option "Insert Flattr button into posts automagically" puts it in both places...
Is there a way to realize that?
Thx,
toelz.
http://wordpress.org/extend/plugins/flattr/
This requires a little wordpress theme editing on your side. You unselect the automatic insertion of the button and insert the PHP Code in your WordPress template at the exact place you want it to be.
If you need a hand with that, just let me know and I point out some
more specific details.
csigncsign
Member
Posted 1 year ago #
I'm interested in this, too.
Exactly what code have I to put into my theme's file?
Thanks a lot for your help.
<?php the_flattr_permalink() ?>
Put it at the position you want your button to appear.