corelli
Forum Replies Created
-
Forum: Plugins
In reply to: embed-qt not working for meIt may also be worthwhile to note that I am running this blog locally with xammp.
Forum: Plugins
In reply to: embed-qt not working for meI am also having this problem, but only in IE7.
My embedded quicktimes work fine in FF3 but as stated, in ie7 the movies open a new url and thus refresh the entire page to just the movie file.
Forum: Fixing WordPress
In reply to: different posts by category in sidebarWell, i believe i’ve solved this if anyone is wondering.
<?php rewind_posts(); ?>that code needed to be present before each if statement. I’m sure someone much smarter than I will be able to post why this is the case. But for now, I’m not going to look a gift-horse in the mouth 😉
Forum: Fixing WordPress
In reply to: How to add images from individual posts to the sidebarWould there be any way to specify the thumbnails size through this code? I know I could just change the thumbnail size, but I actually have this being generated in two places using the same custom field. It’d be nice to use the same image but hard code each individual page to display that thumb with specific dimensions.
Any ideas? seems like css could do this, but alas… I am a noobie 😉