<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Vfxdude &#187; Tag: feature image - Recent Posts</title>
		<link>http://www.vfxdude.com/forum/tags/feature-image</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 11:41:50 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.vfxdude.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vfxdude.com/forum/rss/tags/feature-image" rel="self" type="application/rss+xml" />

		<item>
			<title>vfxdude on "Navigation below featured image?"</title>
			<link>http://www.vfxdude.com/forum/topic/navigation-below-featured-image#post-7357</link>
			<pubDate>Tue, 27 Sep 2011 21:14:28 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7357@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;sidebar2 set to left is using the same hook, so modify the hook call above to this to make it display before the sidebar.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;add_action( 'bf_before_content', 'bf_navigation', 9 );&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aw2 on "Navigation below featured image?"</title>
			<link>http://www.vfxdude.com/forum/topic/navigation-below-featured-image#post-7354</link>
			<pubDate>Tue, 27 Sep 2011 13:41:21 +0000</pubDate>
			<dc:creator>aw2</dc:creator>
			<guid isPermaLink="false">7354@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Thanks.&#60;br /&#62;
This works fine.&#60;/p&#62;
&#60;p&#62;But:&#60;br /&#62;
if I use two sidebars and I move Sidebar2 to the left in the theme settings, the site design gets messed up.&#60;br /&#62;
The content and right sidebar (sidebar1) go below sidebar2 instead of next to sidebar2.&#60;/p&#62;
&#60;p&#62;I've tested this on different sites but always get this problem.&#60;br /&#62;
Am I doing something wrong or is there any solution to this?&#60;/p&#62;
&#60;p&#62;Thank you for helping me out.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Removing feature image from posts, but keep it for thumbs and frontpage post..."</title>
			<link>http://www.vfxdude.com/forum/topic/removing-feature-image-from-posts-but-keep-it-for-thumbs-and-frontpage-post#post-7332</link>
			<pubDate>Thu, 22 Sep 2011 09:25:31 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7332@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;blogposts.php is the &#34;blog posts&#34; page template. If you are using that template for the blog index this can be edited (index.php is the default blog index), but you also have to edit single.php for single view of the post (removing all get_image call and the wrapping html).&#60;/p&#62;
&#60;p&#62;Another solution is to use the new &#60;a href=&#34;http://www.youtube.com/user/vfxdudedotcom#p/u/0/mzFXQVhiNOs&#34;&#62;shortcode template system&#60;/a&#62;, and just add a bfthumbs shortcode without an image.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Guy on "Removing feature image from posts, but keep it for thumbs and frontpage post..."</title>
			<link>http://www.vfxdude.com/forum/topic/removing-feature-image-from-posts-but-keep-it-for-thumbs-and-frontpage-post#post-7329</link>
			<pubDate>Thu, 22 Sep 2011 04:58:14 +0000</pubDate>
			<dc:creator>Guy</dc:creator>
			<guid isPermaLink="false">7329@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;vfxdude&#60;/p&#62;
&#60;p&#62;thanks for that - the place I want to keep the featured image is blog page (I have a static page as the homepage). So I'll try the shortcode in the post.&#60;/p&#62;
&#60;p&#62;But I still want it removed from individual blogposts (I'll set the thumbnail URL).&#60;/p&#62;
&#60;p&#62;But is this something I need to do every post - there's no way to automate it? By changing the blogposts.php? &#60;/p&#62;
&#60;p&#62;Just as I've got hundreds of old posts I don't want to go back to and re-edit individually.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Guy
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Removing feature image from posts, but keep it for thumbs and frontpage post..."</title>
			<link>http://www.vfxdude.com/forum/topic/removing-feature-image-from-posts-but-keep-it-for-thumbs-and-frontpage-post#post-7319</link>
			<pubDate>Wed, 21 Sep 2011 13:54:25 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7319@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;if you add the image url to the &#34;Thumbnail image URL&#34; field below the editor the image will only be used for thumbnails, The same happens if you add a feature image not as wide as the content width.&#60;/p&#62;
&#60;p&#62;&#60;code&#62;And I would like it to show the same feature image above the &#34;limited&#34; text for the frontpage post.&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Where is this? static frontpage or blog frontpage? You can use the bfthumbs shortcode to add a featured image to both of those (add it to the editor when using a page or the blog posts template). Example bfthumbs (it will show the first posts featured image):&#60;br /&#62;
&#60;code&#62;[bfthumbs numposts=&#34;1&#34; numcols=&#34;1&#34; width=&#34;848&#34; height=&#34;400&#34; caption=&#34;overlay&#34; text=&#34;false&#34; title=&#34;false&#34; onlyfirstpage=&#34;true&#34;]&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Guy on "Removing feature image from posts, but keep it for thumbs and frontpage post..."</title>
			<link>http://www.vfxdude.com/forum/topic/removing-feature-image-from-posts-but-keep-it-for-thumbs-and-frontpage-post#post-7307</link>
			<pubDate>Sun, 18 Sep 2011 11:37:30 +0000</pubDate>
			<dc:creator>Guy</dc:creator>
			<guid isPermaLink="false">7307@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I know this almost defeats the object of the big feature theme, but I don't want a feature image in my blog posts.&#60;/p&#62;
&#60;p&#62;But I &#60;em&#62;do&#60;/em&#62; want to use the feature image (which I've set as automatically the first image in the post) for the thumbnails.&#60;/p&#62;
&#60;p&#62;And I would like it to show the same feature image above the &#34;limited&#34; text for the frontpage post.&#60;/p&#62;
&#60;p&#62;I thought it might be something I can do by editing the blogposts.php - but will this remove it from the frontpage post as well?&#60;/p&#62;
&#60;p&#62;Sorry if this is sounding naive but...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Navigation below featured image?"</title>
			<link>http://www.vfxdude.com/forum/topic/navigation-below-featured-image#post-7287</link>
			<pubDate>Wed, 14 Sep 2011 11:04:47 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">7287@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;adding this at the bottom of functions.php will do it (before the ?&#38;gt;):&#60;/p&#62;
&#60;p&#62;&#60;code&#62;remove_action( 'bf_header', 'bf_navigation' );&#60;br /&#62;
add_action( 'bf_before_content', 'bf_navigation' );&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;You can add a if(is_single()) around them to only do this in for single view pages. If you add them to a child theme you need to add the remove_action in a hook the the wp_head (see &#60;a href=&#34;http://www.vfxdude.com/downloads/&#34;&#62;other child themes&#60;/a&#62; for examples).&#60;/p&#62;
&#60;p&#62;changing some styles is also necessary:&#60;br /&#62;
&#60;code&#62;ul.navigation { margin-bottom: 20px; }&#60;br /&#62;
.feature { margin:0; }&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>opticmedia on "Navigation below featured image?"</title>
			<link>http://www.vfxdude.com/forum/topic/navigation-below-featured-image#post-7282</link>
			<pubDate>Wed, 14 Sep 2011 07:13:04 +0000</pubDate>
			<dc:creator>opticmedia</dc:creator>
			<guid isPermaLink="false">7282@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;&#60;em&#62;&#60;strong&#62;It's possible to move the navigation below the featured posts images with hooks, but I need to know if that is what you are talking about before I go further with this.&#60;/strong&#62;&#60;/em&#62;&#60;br /&#62;
Indeed this is what i needed! Hope you can help me out because at the moment i have a temporarily solution.&#60;br /&#62;
The other option is to have a vertical menu on the left side of the feautured image...&#60;/p&#62;
&#60;p&#62;thanks in advanced!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Navigation below featured image?"</title>
			<link>http://www.vfxdude.com/forum/topic/navigation-below-featured-image#post-6955</link>
			<pubDate>Mon, 01 Aug 2011 10:14:12 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6955@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;it depends if you are talking about the post images displayed as container width on the frontpage of the blog and the single post pages, or an header image added to an adspace. &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/10/faq/#featureimage&#34;&#62;Read this&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;It's possible to move the navigation below the featured posts images with hooks, but I need to know if that is what you are talking about before I go further with this.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>opticmedia on "Navigation below featured image?"</title>
			<link>http://www.vfxdude.com/forum/topic/navigation-below-featured-image#post-6919</link>
			<pubDate>Fri, 22 Jul 2011 15:36:33 +0000</pubDate>
			<dc:creator>opticmedia</dc:creator>
			<guid isPermaLink="false">6919@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Is there a way to put the main menu of the big-feature theme below the big feature images?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "Feature Image not shown on home"</title>
			<link>http://www.vfxdude.com/forum/topic/feature-image-not-shown-on-home#post-6628</link>
			<pubDate>Fri, 27 May 2011 09:55:52 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6628@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/10/faq/#featureimage&#34;&#62;here's&#60;/a&#62; how to add a separate feature image on the blog frontpage. If you are not getting feature images on single pages for the posts, or the thumbnail images are not showing up, then you probably have a timthumb problem. Check the the timthumb troubleshooting at the bottom of &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/07/setting-up-the-theme/&#34;&#62;this article&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;I also recommend to see the html file in the docs folder of the downloaded zip file, in there are setup instructions and links to video tutorials and the faq.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>machonhead on "Feature Image not shown on home"</title>
			<link>http://www.vfxdude.com/forum/topic/feature-image-not-shown-on-home#post-6623</link>
			<pubDate>Thu, 26 May 2011 15:15:00 +0000</pubDate>
			<dc:creator>machonhead</dc:creator>
			<guid isPermaLink="false">6623@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hi there,&#60;br /&#62;
I've been searching a lot through the forum and I couldn't find a solution for my problem. I'm unable to set a feature image fixed on the blog frontpage. I've marked the Feature Image, Uploaded an image and marked the Default Image checkbox, I've tried everything i can see in the tutorial videos, but I get nothing at the end. &#60;/p&#62;
&#60;p&#62;Is it possible to add a feature image on the frontpage not associated to any post? I mean a kind of logo for my blog?? just like the dandelion image on your preview.&#60;/p&#62;
&#60;p&#62;Thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "No Big Feature Image in the Posts"</title>
			<link>http://www.vfxdude.com/forum/topic/no-big-feature-image-in-the-posts#post-6449</link>
			<pubDate>Tue, 26 Apr 2011 12:34:32 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6449@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;The images needs to be at least as wide as the container to be shown as big feature images. this is the width set in theme settings (Container Width). This is by default 848px, but if you have increased it the images will be shown in the content column instead of the full width. More info about default post images can be found &#60;a href=&#34;http://www.vfxdude.com/forum/topic/tips-and-tricks#post-2522&#34;&#62;here&#60;/a&#62;.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tofuyogurt on "No Big Feature Image in the Posts"</title>
			<link>http://www.vfxdude.com/forum/topic/no-big-feature-image-in-the-posts#post-6433</link>
			<pubDate>Mon, 25 Apr 2011 18:49:27 +0000</pubDate>
			<dc:creator>tofuyogurt</dc:creator>
			<guid isPermaLink="false">6433@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I've checked the &#34;Enable the Feature Image for posts&#34; but it doesn't work. The images are wider than 828px. &#60;/p&#62;
&#60;p&#62;Pls help. Thank!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tofuyogurt on "No Big Feature Image in the Posts"</title>
			<link>http://www.vfxdude.com/forum/topic/no-big-feature-image-in-the-posts#post-6432</link>
			<pubDate>Mon, 25 Apr 2011 18:41:37 +0000</pubDate>
			<dc:creator>tofuyogurt</dc:creator>
			<guid isPermaLink="false">6432@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;HI -&#60;/p&#62;
&#60;p&#62;I need your help on this: All my posts with full-width feature images now display column-with images above the title. I'm not sure what's going on. They were used to be full-width images in the post page (828px)... And now they are smaller (same width as the post). Could you pls help??&#60;/p&#62;
&#60;p&#62;Thanks a lot!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "How can I overwrite the feature image border colour?"</title>
			<link>http://www.vfxdude.com/forum/topic/how-can-i-overwrite-the-feature-image-border-colour#post-6225</link>
			<pubDate>Thu, 31 Mar 2011 20:06:55 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">6225@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;This is a matter of css specificity, and this you can easiest see in Firebug. If you add these styles to a &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/10/faq/#childtheme&#34;&#62;child theme&#60;/a&#62; they will override the ones set in optionstyles stylesheet. Many styles are set in the optionstyles stylesheet and then adding styles to the original style.css will not work, this is why adding the css to &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/10/faq/#childtheme&#34;&#62;child themes&#60;/a&#62; is an advantage.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>myrto on "How can I overwrite the feature image border colour?"</title>
			<link>http://www.vfxdude.com/forum/topic/how-can-i-overwrite-the-feature-image-border-colour#post-6200</link>
			<pubDate>Wed, 30 Mar 2011 06:10:20 +0000</pubDate>
			<dc:creator>myrto</dc:creator>
			<guid isPermaLink="false">6200@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm trying to change the feature image border colour from ddd to something else.&#60;br /&#62;
I've tried specificity with no luck. &#60;/p&#62;
&#60;p&#62;&#60;code&#62;#content .feature img, .postimage.normal img {&#60;br /&#62;
    border: 1px solid #666;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I've also tried #container&#60;/p&#62;
&#60;p&#62;What am I'm doing wrong?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "feature image not showing"</title>
			<link>http://www.vfxdude.com/forum/topic/feature-image-not-showing#post-5561</link>
			<pubDate>Tue, 15 Feb 2011 15:04:00 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">5561@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;pouls29, your timthumb is displaying some warnings, see &#60;a href=&#34;http://www.trackmeifyoucan.org/wordpress/wp-content/themes/bigfeature/library/timthumb/timthumb.php?src=/wordpress/wp-content/uploads/Matrix-logo2.png&#38;amp;w=250&#38;amp;zc=1&#38;amp;zcp=1&#34;&#62;here&#60;/a&#62;. The second warning is most likely a file rights problem, so try setting 777 on the cache folder too.&#60;/p&#62;
&#60;p&#62;Maybe the solution is just to turn off the warnings, since they are warnings and not errors. You can do so by adding the code below to the top of the timthumb.php (on a line after the &#60;code&#62;&#38;lt;?php&#60;/code&#62;):&#60;br /&#62;
&#60;code&#62;&#60;br /&#62;
error_reporting(0);&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "how to move feature image to the left instead of top position"</title>
			<link>http://www.vfxdude.com/forum/topic/how-to-move-feature-image-to-the-left-instead-of-top-position#post-5548</link>
			<pubDate>Tue, 15 Feb 2011 11:48:14 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">5548@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;not sure I understand. are you talking about the default post image? You can use the BF Featured Posts widgets to show featured posts in the sidebar. You can also add posts in the sidebar (or any of the adspace widget areas) with the bfthumbs shortcode (create a page and and add it to a widget area with the BF Page widget).&#60;/p&#62;
&#60;p&#62;An illustrating screenshot makes it easier to understand.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kimbel on "feature image not showing"</title>
			<link>http://www.vfxdude.com/forum/topic/feature-image-not-showing#post-5544</link>
			<pubDate>Tue, 15 Feb 2011 04:50:04 +0000</pubDate>
			<dc:creator>kimbel</dc:creator>
			<guid isPermaLink="false">5544@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;u dont have to delete wordpress. just the theme
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pouls29 on "feature image not showing"</title>
			<link>http://www.vfxdude.com/forum/topic/feature-image-not-showing#post-5538</link>
			<pubDate>Mon, 14 Feb 2011 19:00:41 +0000</pubDate>
			<dc:creator>pouls29</dc:creator>
			<guid isPermaLink="false">5538@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I tried my best to do what the article said, and no joy. All I see is the default image icon. The cache folder was there, and I made it writable. I even changed the timthumb folder to 777 and the cache folder to 755, but still nothing. I will try the full delete method and see if that works.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>udino on "how to move feature image to the left instead of top position"</title>
			<link>http://www.vfxdude.com/forum/topic/how-to-move-feature-image-to-the-left-instead-of-top-position#post-5528</link>
			<pubDate>Sat, 12 Feb 2011 03:26:53 +0000</pubDate>
			<dc:creator>udino</dc:creator>
			<guid isPermaLink="false">5528@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;dear all,&#60;/p&#62;
&#60;p&#62;I want to asking how to move feature image to the left instead of top position.&#60;br /&#62;
for example on &#34;widget feature post&#34; or on post list/category list/tag list&#60;/p&#62;
&#60;p&#62;thank you for your answer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "feature image not showing"</title>
			<link>http://www.vfxdude.com/forum/topic/feature-image-not-showing#post-5522</link>
			<pubDate>Fri, 11 Feb 2011 11:39:42 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">5522@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;check the timthumb troubleshooting and the bottom of &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/07/setting-up-the-theme/&#34;&#62;this article&#60;/a&#62;. Create the cache folder if it's not there and make it writable. This is done automatically on most servers, but there are a few where this must be done manually.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pouls29 on "feature image not showing"</title>
			<link>http://www.vfxdude.com/forum/topic/feature-image-not-showing#post-5519</link>
			<pubDate>Fri, 11 Feb 2011 04:06:32 +0000</pubDate>
			<dc:creator>pouls29</dc:creator>
			<guid isPermaLink="false">5519@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;So basically started over from scratch?  I'll give that a shot.  Good thing I wasn't too far into the customization. :)  It's a learning process.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kimbel on "feature image not showing"</title>
			<link>http://www.vfxdude.com/forum/topic/feature-image-not-showing#post-5518</link>
			<pubDate>Fri, 11 Feb 2011 02:58:58 +0000</pubDate>
			<dc:creator>kimbel</dc:creator>
			<guid isPermaLink="false">5518@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;pouls. what i did was, i deleted the theme from ftp and install it again. only then it works
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pouls29 on "feature image not showing"</title>
			<link>http://www.vfxdude.com/forum/topic/feature-image-not-showing#post-5517</link>
			<pubDate>Thu, 10 Feb 2011 22:27:02 +0000</pubDate>
			<dc:creator>pouls29</dc:creator>
			<guid isPermaLink="false">5517@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;I just tried another image, set it to be Featured Image and default image and it looks like it tries to render the image, but then shows the default &#34;image&#34; icon.&#60;br /&#62;
&#60;a href=&#34;http://www.trackmeifyoucan.org/?p=18&#34;&#62;Trackmeifyoucan.org test post&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>pouls29 on "feature image not showing"</title>
			<link>http://www.vfxdude.com/forum/topic/feature-image-not-showing#post-5516</link>
			<pubDate>Thu, 10 Feb 2011 22:21:53 +0000</pubDate>
			<dc:creator>pouls29</dc:creator>
			<guid isPermaLink="false">5516@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;My feature image won't show either.  It's 1024x311.  Is the height killing it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>vfxdude on "feature image not showing"</title>
			<link>http://www.vfxdude.com/forum/topic/feature-image-not-showing#post-5479</link>
			<pubDate>Mon, 07 Feb 2011 20:54:57 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">5479@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;The image must be at least the container width (this can be set in the theme settings) to be used as a feature image that spans the over the sidebar. If it's not wide enough it will be re sized to content width, and if it's not the width of the content area it will be used only for thumbnail posts.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>biskut on "feature image not showing"</title>
			<link>http://www.vfxdude.com/forum/topic/feature-image-not-showing#post-5458</link>
			<pubDate>Mon, 07 Feb 2011 06:23:23 +0000</pubDate>
			<dc:creator>biskut</dc:creator>
			<guid isPermaLink="false">5458@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;feature image that is below the size of 848width is not showing above title
&#60;/p&#62;</description>
		</item>
		<item>
			<title>delofted on "Sticky Feature Image"</title>
			<link>http://www.vfxdude.com/forum/topic/sticky-feature-image#post-5385</link>
			<pubDate>Sat, 29 Jan 2011 09:47:19 +0000</pubDate>
			<dc:creator>delofted</dc:creator>
			<guid isPermaLink="false">5385@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;all good.  magically fixed itself.&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

