• Resolved lakethiam

    (@lakethiam)


    I notice that just about all the blogs I visit, their reply form is open and positioned under their blog post, whereas mine is not. In order to post on my blog you have to click on the “No Comments” link and the form will appear. How can I either have my form opened automatically or chang the title of the “No Comments” link to “Comment Here”?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Michael

    (@alchymyth)

    if you are referring to the front page, you might need to check index.php, and see if you can add something like this after the post in the loop (this will depend on the theme you are using):

    <?php
    $withcomments = 1; // force comments form and comments to show on front page
    comments_template();
    ?>
    Thread Starter lakethiam

    (@lakethiam)

    Can I simply paste this anywhere in the index.php?

    Thread Starter lakethiam

    (@lakethiam)

    I think it worked!..not sure because my cookies save every thing even once I go out and test. Would you mind checking http://LakethiaMontgomery.com to see if you see the form underneath the posts please?

    Thread Starter lakethiam

    (@lakethiam)

    When I lok at it all of my info in prefilled in the reply form…should I have placed that link in a certain place in the index.php or in a certain documentation under the index.php?

    saildude

    (@saildude)

    I saw the leave a comment forms at bottom of each Post on opening page

    Thread Starter lakethiam

    (@lakethiam)

    Thank you Saildude! Was there any prefilled information in the form when you viewed it?

    Michael

    (@alchymyth)

    no prefilled info in the form, all empty.

    Thread Starter lakethiam

    (@lakethiam)

    Great thanks!

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

The topic ‘Commenting on Blog Post’ is closed to new replies.