Broken Title Attribute
-
Hi !
I had problems with my posts title which contains apostrophe.I found that the problem was that the title was echoed without escaped the accent, here :
echo '<p><a href="'; echo get_permalink($search->ID); echo '" rel="related" title="'; the_title(); echo '">'; echo $title; echo '</a></p>';Temporary solution : delete the title attribute
This could help for a definitive fix :
PHP: addslashes – ManualThanks !
https://wordpress.org/plugins/advanced-css3-related-posts-widget/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Broken Title Attribute’ is closed to new replies.