Site logo

Archived topic

WordPress Comment Form in the Sidebar?

1 reply · Started by Marcel on January 30, 2021

Viewing posts 1–2 of 2

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.