I've tried to call it by removing this part from the plugin
add_filter( 'the_content', 'add_post_footer_hyvesrespect' );
and added this to the single.php inside the loop
<?php add_post_footer_hyvesrespect(); ?>
but no result.
Anyone?
Thanks
I've tried to call it by removing this part from the plugin
add_filter( 'the_content', 'add_post_footer_hyvesrespect' );
and added this to the single.php inside the loop
<?php add_post_footer_hyvesrespect(); ?>
but no result.
Anyone?
Thanks
Use this in your single.php:
echo add_post_footer_hyvesrespect(the_content());
What's your purpose of executing it in the single.php ?
Hey thanks.
I just want to add the button at a spot I choose.
(Currently) There's no support for including it as a quickcode in your code like [hyvesplugin].
What you can do however is turn on the custom styling option, and use CSS to style/place the tag how/where you want.
This topic has been closed to new replies.