milkmit
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: whitelisting for swf embedding on wordpress.com-hosted blogs?Nothing?
Forum: Fixing WordPress
In reply to: whitelisting for swf embedding on wordpress.com-hosted blogs?Anyone have any info about this? Thanks.
Forum: Plugins
In reply to: Facebook share image codeNevermind, I’m clearly an idiot. Turns out I was putting this code in the wrong functions.php; I was putting it in the main one, and not the one for the theme we’re using. :/
Forum: Plugins
In reply to: Facebook share image codeOk, I’ve found a couple things to get me on the right track, but the very first step seems to be breaking our blog.
I’m trying to add this line to the functions.php file (as per http://markjaquith.wordpress.com/2009/12/23/new-in-wordpress-2-9-post-thumbnail-images/):
add_theme_support( 'post-thumbnails' );…but our main blog page and admin pages crap out (all white page; nothing in source).
If I wrap it in an ‘if (function_exists(‘add_theme_support’))’ statement it doesn’t crap out, but it still doesn’t seem to reflect any changes, so I assume that function doesn’t exist.
We’re using a custom-modified Thematic theme, if that helps.
Any thoughts?
Forum: Fixing WordPress
In reply to: yet another RSS feed problemThanks, apljdi. The invalidity of the site is a whole separate issue (which I know could have been part of the problem here — turns out it wasn’t, directly), and it’s something we’re actually in the middle of (finally) addressing after quite a few years. To compound things, I’m not the person that originally set the blog (or site) up, so it’s been difficult to debug.
Anyway, I wound up moving things in a slightly more proper direction, putting the header and footer of our site into the WordPress theme’s header.php and footer.php files. Took some fiddling around, but it now seems to be working properly, including RSS.
Forum: Fixing WordPress
In reply to: yet another RSS feed problemAnyone, please?
Forum: Fixing WordPress
In reply to: Feedburner Error Message! URGENT!How much control do you have over that big RSS button? If you can change that easily (if it’s not automated in some way), have you tried http://feeds.feedburner.com/osneo ?
That resolves just fine for me….