<div>Hi,<br></div><div><br></div><div>Wrong usage of name spacing:</div><div>You should not name your functions like
image_setup, js_head_load
and theme options like logo_url etc. </div><div><a href="http://codex.wordpress.org/Theme_Review">http://codex.wordpress.org/Theme_Review</a> ( 1.1.4 Theme Namespacing)</div><div><br></div><div><a href="http://codex.wordpress.org/WordPress_Coding_Standards">http://codex.wordpress.org/WordPress_Coding_Standards</a></div>
<div><br></div><div>Sample wrong usage of functions</div><div>search.php</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> $latest_post_number = get_option( 'latest_post_number' );<br>
$paged = (get_query_var('paged')) ? get_query_var('paged') : 1;<br> $recentpostquery = array('showposts'=>$latest_post_number, 'paged'=>$paged, 's'=>$s);<br>                query_posts($recentpostquery);</blockquote>
<div><br></div><div>If above codes used for pagination where are pages link if not you dont need this code block. By the way it is better to use function & hook to do pagination.</div><div><br></div><div>Turker.</div>
<br><div class="gmail_quote">On Fri, Nov 9, 2012 at 12:28 PM, Abhik Biswas <span dir="ltr"><<a href="mailto:abhik@itsabhik.com" target="_blank">abhik@itsabhik.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>My theme wasn't approved and some reasons were clearly mentioned. However, one of the reasons isn't clear enough.<br><ul><li><b>There are several wrong usage of option names, WP functions etc.</b></li></ul>
<p>
I am not sure what functions and option names the reviewer is referring to. WP_DEBUG as well as Debogger is not referring any errors or warnings neither the Theme Check plugin and Deprecated Calls plugin.</p><p>Can anyone help me on this? Here is the link to the ticket.</p>
<p><a href="http://themes.trac.wordpress.org/ticket/9789" target="_blank">http://themes.trac.wordpress.org/ticket/9789</a></p><p>Now, when I fixed the issues, what is the best way to upload the theme so that it doesn't get buried under the new themes?</p>
<p>The way update the plugins using SVN or do I have to upload the zip again and wait again?</p><p><br></p><p>Regards</p><span class="HOEnZb"><font color="#888888"><p>Abhik<br></p>
</font></span><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>