Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter nycsmile6

    (@nycsmile6)

    I’m not sure what you mean by the above, where I should put that line. My apologies though, I thought I was in that bootstrap support section. Goes to show how tech-unsavvy I am!

    Thread Starter nycsmile6

    (@nycsmile6)

    Thank you for trying to help, but unfortunately that fix did not work. When I do that, and some other fixes (assuming in comments.php) it deletes the entire comment box as well as the social media widgets that I have on the right of the page.

    Any other ideas?

    btw, here is the site: https://www.StoryShelter.com

    Thread Starter nycsmile6

    (@nycsmile6)

    This is what I have in my comments.php (which I just learned through my searching, so please don’t think I know much more than that!)

    <?php
    /** comments.php
    *
    * The template for displaying Comments.
    *
    * The area of the page that contains both current comments
    * and the comment form. The actual display of comments is
    * handled by callbacks which are located in the functions.php file.
    *
    * @author Konstantin Obenland
    * @package The Bootstrap
    * @since 1.0.0 – 05.02.2012
    */

    tha_comments_before();

    comment_form();

    tha_comments_after();

    /* End of file comments.php */
    /* Location: ./wp-content/themes/the-bootstrap/comments.php */

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