• Help! Everything is in the title – I created a new blog/website with Mesocolumn but I can’t remove the HTML code after the “Leave a Reply” box in my posts. It looks something like this:

    My text …

    Leave a Reply
    Box for comments

    And under that I get the HTML code displayed below. Any idea how to remove this? Thanks!

    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>

Viewing 4 replies - 1 through 4 (of 4 total)
  • If you post a link to your site and someone can help you with the CSS code to hide that.

    possibly with CSS:

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

    or by editing the comments.php file of your theme;

    change this line:

    <?php comment_form(); ?>

    to:

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

    if this does not work, please post in the theme’s forum https://www.ads-software.com/support/theme/mesocolumn/

    Thread Starter dalian

    (@dalian)

    Hi alchymyth,

    Thanks for the tip! Unfortunately, it doesn’t work, so I will post my question in the Mesocolum forum.

    Thanks anyway for your reply!

    Thanks it did workded.. I replaced <?php comment_form(); ?> with <?php comment_form(array(‘comment_notes_after’ => ”)); ?> in my editor dashboard

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Mesocolumn: Removing HTML code after the "Leave a Reply" box’ is closed to new replies.