Forums

[Plugin: Rich Text Widget] Parse content (1 post)

  1. joostdevalk
    Member
    Posted 3 months ago #

    Hey,

    Love the plugin, thanks for all the work! It'd be very cool if you could do a small patch:

    Line 116, change this:

    <div class="textwidget"><?php echo $text; ?></div>

    Into this:

    <div class="textwidget"><?php echo apply_filters('the_content',$text); ?></div>

    That way any shortcodes in the content are parsed, and other design stuff is handled as well :)

    Another thing: it'd ROCK if you could get Viper Video Quicktags buttons to show up on the editor as well :)

Reply

You must log in to post.

About this Topic