• stuey studentin

    (@stuey-studentin)


    hi could you please take a look at the single post of this site:

    aussiepursuit.biointent.com

    you see under the comments section there is a weird HTML code. How to get rid of it? Thanks.

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

    (@newsdevice)

    If you are referring to the following:

    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

    Those are instructions for visitors on what they can include when posting comments on your WP powered site. Those instructions are located in your comments.php or functions.php file depending on your theme.

    Before making ANY changes to your files, make a backup just in case something goes wrong.

    Thread Starter stuey studentin

    (@stuey-studentin)

    thanks so much. now that i understand what it is, i think i’s just keep it 🙂

    mlotorocks

    (@mlotorocks)

    If you did want to hide it you could just put this in your stylesheet:

    #form-allowed-tags {
    	display:none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘weird codes under comments section’ is closed to new replies.