I'm exploring adding the plugin UpDownUpDown (
http://wordpress.org/extend/plugins/...omment-voting/) to my site using Atahualpa. I'm having some difficulty figuring out where to place the code to call it. From the installation instructions:
Quote:
Place the following function calls in your templates, somewhere inside the post or comment loop:
<?php if(function_exists('up_down_post_votes')) { up_down_post_votes( get_the_ID() ); } ?>
|
I'm looking in functions/bfa_post_parts.php, but I'm not even sure if that's the right file (or where to place it in there). I'm thinking it needs to be somewhere in the function bfa_post_bodycopy (line 120).
Could anyone help me? Thanks in advance!
BTW - I'm using version 3.7.3