• Hello,
    I like your plugin really, thanks for it.

    But I have a small problem.
    I use your plugin in my sidebar for some code without any title.
    But your plugin displays one space as title.
    Can you please help me?

    Best regards

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • This is an automatic translation

    Good day,
    in the next version, it would be advisable to fix this malfunction, by modifying the widget.php file on line 36, as follows.

    From
    $title = empty($instance['title']) ? ' ' : apply_filters('widget_title', $instance['title']);

    TO:
    $title = empty($instance['title']) ? false : apply_filters('widget_title', $instance['title']);

    Thank, Claudio_

Viewing 1 replies (of 1 total)
  • The topic ‘show empty title’ is closed to new replies.