[Resolved] WordPress Comment Form in the Sidebar?

Home Forums Support [Resolved] WordPress Comment Form in the Sidebar?

Home Forums Support WordPress Comment Form in the Sidebar?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1639063
    Marcel

    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!

    #1639305
    David
    Staff
    Customer Support

    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….

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.