• Hello,

    I’m currently using a theme where the comments box for my posts load only after clicking on a leave a comment link. I would like to have the comment box open permanently instead. How can I do this?

    This is what the single php file shows:
    <?php
    // If comments are open or we have at least one comment, load up the comment template
    if ( comments_open() || get_comments_number() )

    : comments_template();
    endif;
    ?>

    <?php endwhile; // end of the loop. ?>

    </main><!– #main –>
    </div><!– #primary –>

  • The topic ‘Comment box issue’ is closed to new replies.