Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter e5115271

    (@e5115271)

    Fix from author Rebroken in another thread;

    Hi

    I worked around this by replacing tw-recent-posts-widget.php line 242:

    $cats = get_categories(array(‘hide_empty’ => 0, ‘name’ => ‘category’, ‘hierarchical’ => true));

    With:

    $cats = get_categories(array(‘hide_empty’ => 0, ‘hierarchical’ => true));

    Hope that helps

    Thanks Rebroken, perfect!

    Maybe the plugin author could confirm that this will be fixed in the next release, so we can update without losing the code edit?

    Thanks, worked for me.

    Plugin Author tweetysha

    (@tweetysha)

    I apologise because I did not maintenance this plugin for a while.
    I just committed the latest version.
    This fix includes issue with category listing and deprecated WP_Widget constructor.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Unable to select category’ is closed to new replies.