Forums

Front-end Editor
[resolved] Plugin bug: Title tag not closed properly (5 posts)

  1. Mohd Rafie
    Member
    Posted 11 months ago #

    Hi guys,

    You did a brilliant job with the Front End Editor for WordPress. Is what we need.

    I wish to report a bug for the Post Title link as found in the below screenshot.

    http://screencast.com/t/81Mzl6kOK

    The above will happen only if the Post Title is linked.

    Perhaps, the title tag isn't closed properly that cause this error to occur since the "> has the same title as the post.

    Let me know if this helps.

    http://wordpress.org/extend/plugins/front-end-editor/

  2. scribu
    Member
    Plugin Author

    Posted 11 months ago #

    The problem is that the theme is using the_title() instead of the_title_attribute().

    See http://scribu.net/wordpress/front-end-editor/common-mistakes-in-themes.html

  3. netmorix
    Member
    Posted 9 months ago #

    Hey, thx. for the quick response. Worked... Great.

  4. Antares11
    Member
    Posted 8 months ago #

    I've this problem with Seo Ultimate plugin.

    Some soltuion?

    Thanks.

  5. StenCade
    Member
    Posted 7 months ago #

    Not an ideal fix since it will disappear upon updating the plugin, but you can fix the SEO Ultimate problem but going into the more-links.php file and on line 41 change

    $newtext = str_replace('{post}', su_esc_html(get_the_title()), $newtext);
    to
    $newtext = str_replace('{post}', get_the_title(), $newtext);

    Alternatively, if you don't mind not having the post title in the more link, you can go into SEO Ultimate's Misc options and just change the More Link Customizer to something that doesn't have "{post}" in it.

Reply

You must log in to post.

About this Plugin

About this Topic

Tags