Title: Customizing Jetpack comments
Last modified: March 26, 2018

---

# Customizing Jetpack comments

 *  Resolved [Gal Baras](https://wordpress.org/support/users/galbaras/)
 * (@galbaras)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/customizing-jetpack-comments/)
 * I’m looking for ways to do 3 things:
    1. Configure a different prompt when there are no comments
    2. Move the comment box above the comments
    3. Style the comment form
 *  -  This topic was modified 8 years, 2 months ago by [Gal Baras](https://wordpress.org/support/users/galbaras/).
      Reason: Added styling of the form to list

Viewing 1 replies (of 1 total)

 *  Plugin Author [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * (@jeherve)
 * Jetpack Mechanic 🚀
 * [8 years, 2 months ago](https://wordpress.org/support/topic/customizing-jetpack-comments/#post-10114515)
 * Since Jetpack’s Comment form is added to your site via an iFrame, you won’t be
   able to customize the form itself (its look or contents), that lives on WordPress.
   com and appears inside the iFrame on your site.
 * You can, however, change where the iFrame is added on your site (that would be
   your second question). You can do so by editing your theme’s `comments.php` file,
   and changing where the `comment_form` function is loaded. Here is an example 
   with Twenty Seventeen:
    [https://github.com/WordPress/twentyseventeen/blob/master/comments.php#L79](https://github.com/WordPress/twentyseventeen/blob/master/comments.php#L79)
 * As you can see the function is added at the bottom of the file, after the function
   that renders the comments list (`wp_list_comments`). That is most likely how 
   your own theme is built. If you want the comment form to be displayed before 
   the comment list, you will need to move the `comment_form` function in the file.
 * I hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Customizing Jetpack comments’ is closed to new replies.

 * ![](https://ps.w.org/jetpack/assets/icon.svg?rev=2819237)
 * [Jetpack - WP Security, Backup, Speed, & Growth](https://wordpress.org/plugins/jetpack/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jetpack/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jetpack/)
 * [Active Topics](https://wordpress.org/support/plugin/jetpack/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jetpack/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jetpack/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)
 * [customization](https://wordpress.org/support/topic-tag/customization/)

 * 1 reply
 * 2 participants
 * Last reply from: [Jeremy Herve](https://wordpress.org/support/users/jeherve/)
 * Last activity: [8 years, 2 months ago](https://wordpress.org/support/topic/customizing-jetpack-comments/#post-10114515)
 * Status: resolved