Is it possible to link to the comment area via Button?
Button Link to comments
(4 posts) (2 voices)-
Posted 2 years ago #
-
any url can be added to buttons. you need to explain a bit more what you mean.
Posted 2 years ago # -
Sorry Dude,
If the related post or whatever is enabled there is a lot of distance between the end of the post and the comment area.
It would be helpful for me to add a button with a link to the section: leave a reply. So the reader could jump to this....
Posted 2 years ago # -
ok, add this code to the functions.php of a child theme:
function commentbutton() { echo do_shortcode('[button link="#respond"]leave a reply[/button]'); } add_action( 'bf_after_article', 'commentbutton', 1 );Posted 2 years ago #
Reply
You must log in to post.