Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author acosmin

    (@acosmin)

    I am sorry, I don’t understand your question. You want to remove those lines?

    If yes you can open comments.php find <?php comment_form(); ?> and replace it with:

    <?php comment_form( array( 'comment_notes_after' => '' ) ); ?>

    Thread Starter birdfaster

    (@birdfaster)

    . No I would like to delete only the text that appears below the comments box on each Post:

    This Texo is between the comments box and the post comments button.

    I want to delete only the text:

    ” You can use these HTML tags and attributes: < a href = “” title=”” > <abbr title =””> < acronym title =””> <b>

    <cite> <del datetime=""> <i> < q cite="" > < strike > < strong >

    Theme Author acosmin

    (@acosmin)

    Did you try what I wrote above? It should remove that text.

    Thanks a lot.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Text In Comments’ is closed to new replies.