If you’re wanting to display some content from your blog on a page that’s not part of your blog, then plugins won’t help. The easiest way would be to parse the RSS feed from your blog on the page. Use MagpieRSS or something similar to do this.
Tried the fix here?
http://wordpress.org/support/topic/67254
Might be a Win32 AND MacOS issue.
Yeah, it was a quick and dirty fix so that I could start testing widget integration with the theme I develop. I imagine that whatever’s causing it to break under Win32 is also breaking the RSS and text widget issue that RobertGX is having.
Yeah, same exact error. As I mentioned in my other post regarding it, it seems to be due to the header code – sidebar_admin_head() – not being called. If I manually put a function call to the header in the code, like so:
<?php sidebar_admin_head() ?>
(I added it at line 547 in widgets.php for those interested) – it’ll work.
WordPress: 2.02
Web server: Apache 2.0.55 on Windows XP (test box)
PHP version: 5.1.1