Archived topic
WordPress Comment Form in the Sidebar?
1 reply · Started by Marcel on January 30, 2021
Viewing posts 1–2 of 2
Hello,
Could you give me a hint on how to move the comment form from the bottom of the post to the sidebar?
https://www.screencast.com/t/BcYGbkINYa
Thank you!
Hi there,
not sure about this but you can try creating a new Hook Element.
Adding this for your content:
<?php comment_form( $args, $post_id ); ?>
And setting the Hook to: generate_before_right_sidebar_content
Set your display rules to Posts all Posts.
Not sure how it will behave....
This archived topic is closed to new replies.