My first thought would be simply to check if get_the_post_thumbnail returns empty; if not, use the returned image, if so, pull the first image from the post. This would avoid mucking with the_post_thumbnail altogether. (I haven&#39;t tested any of this, just a hunch from taking a look at get_the_post_thumbnail).<div>

<br></div><div>The best place to ask would be the theme support forums: <a href="http://wordpress.org/support/forum/themes-and-templates">http://wordpress.org/support/forum/themes-and-templates</a></div><div><br></div><div>

Good luck!</div><div><br></div><div><br><br><div class="gmail_quote">On 1 February 2012 14:26, ethan anwar <span dir="ltr">&lt;<a href="mailto:ethananwar@yahoo.com">ethananwar@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif">Hello everybody!<br>Hope I&#39;m not bothering and I hope this isn&#39;t the wrong place but I know you guys are into WordPress and have a lot of experience.<br>

<br>For my Mantra theme I created a short function that automatically gets the first image from a post with the thought of using that as a thumbnail featured image in case one is not selected.<br>So once I have that custom image&#39;s src attribute i thought of doing this :<br>

<br>the_post_thumbnail( array($width,$height), array(&quot;class&quot; =&gt; &quot;post_thumbnail&quot;  , &quot;src&quot; =&gt; $my_custom_src ));   or even just the_post_thumbnail(  array(&quot;src&quot; =&gt; $my_custom_src ));<br>

<br>So I want the the_post_thumbnail function to use and show my custom image. But nothing happens. I can even type the address of an image on the site that exists and is verified. And still nothing
 happens, not even a warning or an error. If I remove the src part out of the array eveything functions normally. But I do see the src as an attribute in the the_post_thumbnail&#39;s function description.<br>The weird thing is that it worked previously to 3.3.1. Or so I thought.<br>

<br>Thanks a lot !<br><br></div></div><br>_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers@lists.wordpress.org</a><br>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a><br>
<br></blockquote></div><br></div>