Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • donzacharias, do you mind posting lines 98 through 111 so I know exactly what to comment out. I commented mine 98-111 out but I am still getting error so maybe I’m not commenting the correct lines in wp-admin/index.php

    This time it’s:
    Warning: Unknown modifier ‘d’ in …plugins/wordpress-dashboard-editor/dashboard.php on line 109

    Forum: Plugins
    In reply to: Sidebar news widget?

    As I understand as of wordpress 2.3.3 there is no widgets plugin in the “plugin” directory, widgets are part of the WP. Could anybody let me know where to look for the widget_resent_entries() function?
    I’d like to use Otto42’s solution to pull posts from my news category (or any for that matter) and place it in a sidebar as a widget:

    Otto42 said above:
    “Anyway, if you look in the widgets plugin, you’ll find a function called widget_recent_entries(). It has this line in it:
    $r = new WP_Query(‘showposts=10’);
    Change that to something like this:
    $r = new WP_Query(‘showposts=10&cat=37’);

    Only replace the “37” with your category number. You can also change the title of “Recent Posts” to something else if you like. “

    Thank you in advance for any help,
    Monika

Viewing 2 replies - 1 through 2 (of 2 total)