<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18928">
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2 face=Arial>I do indeed see that post thumbnail functionality 
is here:</FONT></DIV>
<DIV><PRE>$image = get_the_post_thumbnail( $post-&gt;ID, 'medium', array('class' =&gt; $thumb.' post-thumb') );</PRE><PRE>in rt-post-summaries.php  and in rt-init.php </PRE><PRE><PRE>add_theme_support( 'post-thumbnails' );
</PRE></PRE></DIV>
<DIV><FONT size=2 face=Arial>I will make the necessary adjustment to the ticket 
after I myself have checked it out.</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial>- Phil</FONT></DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT size=2 face=Arial></FONT>&nbsp;</DIV>
<BLOCKQUOTE 
style="BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black"><B>From:</B> 
  <A title=rahul286@gmail.com href="mailto:rahul286@gmail.com">Rahul Bansal</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A 
  title=theme-reviewers@lists.wordpress.org 
  href="mailto:theme-reviewers@lists.wordpress.org">theme-reviewers</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Friday, January 14, 2011 10:31 
  PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> [theme-reviewers] Unfair 
  Feedback</DIV>
  <DIV><BR></DIV>
  <DIV class=gmail_quote>
  <DIV class=gmail_quote>
  <DIV>
  <DIV class=h5>Hi All,<BR><BR>
  <DIV>This is&nbsp;regarding&nbsp;rejection of my theme for reason cited 
  here&nbsp;<A href="http://themes.trac.wordpress.org/ticket/2452#comment:3" 
  target=_blank>http://themes.trac.wordpress.org/ticket/2452#comment:3</A>&nbsp;</DIV>
  <DIV><BR></DIV>
  <DIV>It states:<BR><BR>&gt; Theme must use Post Thumbnails feature for 
  image-thumbnail and image-resize handling.<BR><BR>First thing our theme uses 
  "Post Thumbnails feature" for sure.</DIV>
  <DIV><BR>Our theme adds thumbnail-support using wordpress core function and if 
  featured-image has been uploaded, it gets displayed using&nbsp;"Post 
  Thumbnails feature".</DIV>
  <DIV>But for old posts, which has no-featured images OR only contains 
  external-image&nbsp;"Post Thumbnails feature" do not generate thumbnail.</DIV>
  <DIV>So we added if-else conditional block and when a post do not have 
  featured-image or contains only&nbsp;external&nbsp;image, in "else" block we 
  use regular expression to parse post-content for img tag and grap src path 
  from that. Then we cache that image locally and generate thumbnails using 
  timthumb library.</DIV>
  <DIV><BR></DIV>
  <DIV>We took extra efforts to automate things and maintain 
  backward&nbsp;compatibility&nbsp;so a use need not edit old posts individually 
  and had to set featured images on each of them.</DIV>
  <DIV><BR></DIV>
  <DIV>May I know why this is unacceptable on <A href="http://wordpress.org" 
  target=_blank>wordpress.org</A> theme repo?&nbsp;</DIV></DIV></DIV>
  <DIV>
  <DIV>&nbsp;</DIV>
  <DIV>Thanks,</DIV>
  <DIV>
  <DIV>
  <DIV></DIV>
  <DIV class=h5>-Rahul<BR clear=all>--<BR>Rahul Bansal | Founder &amp; CEO | 
  rtCamp Solutions Pvt. Ltd.<BR></DIV></DIV>Mobile: +91-9860501882 | Web: <A 
  href="http://rtcamp.com/" 
  target=_blank>http://rtcamp.com/</A><BR></DIV></DIV></DIV></DIV>
  <P>
  <HR>

  <P></P>_______________________________________________<BR>theme-reviewers 
  mailing 
  list<BR>theme-reviewers@lists.wordpress.org<BR>http://lists.wordpress.org/mailman/listinfo/theme-reviewers<BR></BLOCKQUOTE></BODY></HTML>