Title: Comments on frontpage
Last modified: August 18, 2016

---

# Comments on frontpage

 *  [basketball](https://wordpress.org/support/users/basketball/)
 * (@basketball)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/comments-on-frontpage/)
 * Just wondering if anyone knows if its possible to include the comment form on
   the front page of the blog (my site is setup so only one post is shown at a time),
   and once submitted it’ll redirect to the post page.
 * I was thinking use some sort of javascript / ajax to include that section of 
   the page on the front page but will submitting actually go through?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/comments-on-frontpage/#post-493607)
 * Solution for full comments & form:
 * [http://wordpress.org/support/topic/67104#post-355277](http://wordpress.org/support/topic/67104#post-355277)
 * If you just want the form (with no comments), you’ll need to either [include](http://php.net/include)
   a separate (custom) template that only has the comment form, or insert the code
   for the form in your main (index.php) template.
 * For any option, make sure this particular input line is in the form element to
   assure a comment submission redirects to the single post page:
 * `<input type="hidden" name="redirect_to" value="<?php the_permalink(); ?>" />`
 *  Thread Starter [basketball](https://wordpress.org/support/users/basketball/)
 * (@basketball)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/comments-on-frontpage/#post-493621)
 * Thanks dude! That worked perfectly

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Comments on frontpage’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [basketball](https://wordpress.org/support/users/basketball/)
 * Last activity: [19 years, 4 months ago](https://wordpress.org/support/topic/comments-on-frontpage/#post-493621)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
