I notice that with a wordpress blog, i have to click on the comments link first to add a comment... Is there a way to have the comment box automaticly under each post?
put this php code in single.php file. but make sure it is within the loop. <?php comments_template(); ?> Code (markup): -cypher.
But don't you think it will ruin the look of the blog? I mean how strange will the index/hompage appear!
If you view the post page, it's automatically there. If you want to add a comment box to every post, but don't want your design to look bad, just use the more tag partway through the post. People will click it to view the rest of the post, and bing -- there's the comment box.