Support » Plugin: WP RSS Multi Importer » Show excerpt in widget turn off but p tag still visible

  • Resolved cichy

    (@cichy)


    Hi,

    First I wanted to say that the plugin is great and is doing a really great job.

    I thought I could share one very tiny suggestion regarding the excerpts in widgets. In file rss_multi_importer_widget.php I’ve moved down the following line of code:
    echo '<p class="widget-rss-output" style="margin-right:5px">';
    right below:
    if ($showdesc==1 && $addmotion!=1){
    so that <p> tag is not visible when excerpt is not on. It works for me though I am not sure if it will work in every configuration, but removing the tag when excerpt in widgets is not enabled helps styling the widget easier if there are no unnecessary elements.

    I just thought that perhaps you might like to consider including it in one of your next updates.

    Thanks,
    Przemek

    http://wordpress.org/plugins/wp-rss-multi-importer/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show excerpt in widget turn off but p tag still visible’ is closed to new replies.