wecobble / Subtitles

Add subtitles into your WordPress posts, pages, custom post types, and themes. No coding required. Simply activate Subtitles and you're ready to go.
http://wordpress.org/plugins/subtitles/
GNU General Public License v2.0
117 stars 186 forks source link

Recent Post Widget Extended - HTML issue #88

Closed marcchaperon closed 7 years ago

marcchaperon commented 7 years ago

Hello,

Thanks for this amazing plugin, My template wasn't compatible with the plugin but I've successfully change the title by title attribute. But I have no luck with the plugin "Recent Post Widget Extended" the bad html display is here once again :'(. I found this line on the fonction code of the plugin 👍 $html .= '<h3 class="rpwe-title"><a href="' . esc_url( get_permalink() ) . '" title="' . sprintf( esc_attr__( 'Permalink to %s', 'recent-posts-widget-extended' ), the_title_attribute( 'echo=0' ) ) . '" rel="bookmark">' . esc_attr(get_the_title()) . '</a></h3>'; If I delete that line, the title is gone. So... I wonder if I can tell the fonction.php of this plugin to allow html :)

Can you help me on that ?

Thanks !!

mkrdip commented 7 years ago

Hi @marcchaperon,

Would you mind to get in touch with RPWE support here for this and let us know what they suggest?