• My title was doubled. It happens on my previous 3.0.1 WP, I thought when I update it will disappear.

    Example: The Office”>The Office

    When you hover the text it shows “Permanent Link to <span=id”

    Also on my WP Dashboard Post title, span id also appeared on each title.
    Example: “<span id=”title-refEl-263″>The Office</span>”

    I tried the code sent by my friend but still not working.

    [Code moderated as per the Forum Rules. Please use the pastebin]

    What would be the problem? Help me please!

Viewing 4 replies - 1 through 4 (of 4 total)
  • I had today this problem too so personally i’ve solved it disabling the meebo toolbar.

    Open meebo.php, then at the top, right under the comment that contains the plugin name, version number etc. put

    if(!is_admin()) :

    then, at the bottom, right above the php closing tag, put

    endif;

    It creates a conditional test using the wordpress function is_admin() that says “if this isn’t the Admin section of the site, then load the plugin” (ie. don’t run the plugin in the Admin). Have a look in the plugin code and you should be able to spot what was causing the behaviour.

    Thanks aljuk !

    Same problem here, sorted with aljuk’s solution, thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Double Post Title, Span Id shows’ is closed to new replies.