• Resolved Taffos

    (@taffos)


    Hello!

    I am new with WordPress, just started using it yesterday.
    I am making a homepage and I do not need comments on my posts.

    I have managed to remove most of the things I want by googling and looking here, but I did not find a solution for this problem.

    I would like to remove the text “COMMENTS OFF” under the headline of the post, next to date/the person who posted

    I probably have to edit some code somewhere, but I am not sure which one and where.
    Any help is appreciated, thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Taffos

    (@taffos)

    I figured it out myself.
    Had to change some things in Editor and content. php 🙂

    hey I have the same problem. Can you share your solution?
    Thanks

    I just resolved this issue as well, hope it works for you:

    Go to Appearance->Editor, then on the right side click on ‘content.php’
    Scroll down in the text field until you find this line:

    <?php comments_popup_link( ‘<span class=”comment”>’ . __( ‘0 Comments’, ‘hemingway’ ) . ‘</span>’, __( ‘1 Comment’, ‘hemingway’ ), __( ‘% Comments’, ‘hemingway’ ) ); ?>

    Simply erase this and save by hitting the ‘Update File’ button at the bottom.

    great thank you so much!!!

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

The topic ‘Remove "Comments off"’ is closed to new replies.