Which recent posts widget are you using?
That’s not a widget. It’s part of your sidebar’s default content, so you’d need to examine the code within sidebar.php.
Yeah, just tried a widget but still the same results.. I might have knocked some code off … will have a look thanks 🙂
Sidebar code has not changed..
It was working before.. I might have a conflict with a plugin or something
Still struggling with this.. no code has changed within the sidebar and it’s still the same 🙁
Are you sure that your sidebar is widget-capable? Does it contain something like <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : ?>?
Hi,
Yeah I have that code in.. there are 3-4 widgets already on the sidebar that are working all already.. this is the only one that doesn’t work for some reason..