Support » Fixing WordPress » How do I get rid of the “echo” Quicktag tab above comment box?

  • Resolved kayinmaine

    (@kayinmaine)


    As usual, I’m trying to install the LMB^Comment Quicktags plugin and I’ve already made a boo boo.

    My blog: http://whitenoiseinsanity.com/

    I have a duplicate “Quicktags” command above the comment box. How do I remove the ‘echo’? Of the following, what do I remove:

    <!– Display Quicktags or allowed XHTML Tags –>
    <?php if (function_exists(‘lmbbox_comment_quicktags_display’)) { echo “<p>”; lmbbox_comment_quicktags_display(); echo “</p>”; }
    else { if ($bfa_ata_show_xhtml_tags == “Yes”) { ?>
    <p class=”thesetags clearfix”><?php printf(__(‘You can use %1$sthese HTML tags’,’atahualpa’), ‘‘); ?></p>
    <div class=”xhtml-tags”><p><?php echo allowed_tags(); ?></p></div>
    <?php } } ?>

    Thanking you ahead of time for your help!

Viewing 1 replies (of 1 total)
  • Thread Starter kayinmaine

    (@kayinmaine)

    What I would like to have are the tags similar to the one we’re using to make comments on the WP forum.

Viewing 1 replies (of 1 total)
  • The topic ‘How do I get rid of the “echo” Quicktag tab above comment box?’ is closed to new replies.