Custom buttom position
-
Comment the lines
//add_action ( ‘the_content’, ‘fb_like_home’);
//add_filter(‘the_content’, ‘like_fb’);
//add_filter(‘the_excerpt’, ‘like_fb’);And use as:
<?php echo like_fb(”); ?>in your template
The topic ‘Custom buttom position’ is closed to new replies.