Forums

[Plugin: PHP Code Widget] Not compatible with 2.8.5 (2 posts)

  1. bjornsennbrink
    Member
    Posted 1 month ago #

    I updated to WP version 2.8.5 and the widget stopped working. Anyone else with the same problem?

    I used the widget to show categories, like this:

    <?php
    wp_list_categories('orderby=count&number=15&show_count=1&feed=RSS&title_li=<h2>' . __('Kategorier') . '</h2>''); ?>

    http://wordpress.org/extend/plugins/php-code-widget/

  2. Otto42
    Moderator
    Posted 2 weeks ago #

    The widget was altered at one point to be compatible, but 2.8.5 is not much different from 2.8.4. Should be no differences there.

    Make sure you're running the latest version of it.

    I may go ahead and upgrade the widget to the newer class methodology now that we have 2.8 being more commonplace.

Reply

You must log in to post.

About this Topic