[theme-reviewers] Theme Not Accepted.. Now what?

Bryce Adams brycead at gmail.com
Fri Nov 9 14:02:42 UTC 2012


In the future please try and keep theme-specific review questions in the comments for the ticket.  

Cheers  

--  
Bryce Adams


On Saturday, 10 November 2012 at 12:48 AM, Türker YILDIRIM wrote:

> resubmit.
>  
> On Fri, Nov 9, 2012 at 3:01 PM, Abhik Biswas <abhik at itsabhik.com (mailto:abhik at itsabhik.com)> wrote:
> > Thanks Turker,
> > Once I change those, how Can I reupload the zip?
> >  
> >  
> > On Fri, Nov 9, 2012 at 6:27 PM, Türker YILDIRIM <turker.biz at gmail.com (mailto:turker.biz at gmail.com)> wrote:
> > > Hi,
> > >  
> > > Wrong usage of name spacing:
> > > You should not name your functions like image_setup, js_head_load  and theme options like logo_url etc.  
> > > http://codex.wordpress.org/Theme_Review ( 1.1.4 Theme Namespacing)
> > >  
> > > http://codex.wordpress.org/WordPress_Coding_Standards  
> > >  
> > > Sample wrong usage of functions
> > > search.php
> > >  
> > > > $latest_post_number = get_option( 'latest_post_number' );
> > > > $paged = (get_query_var('paged')) ? get_query_var('paged') : 1;
> > > > $recentpostquery = array('showposts'=>$latest_post_number, 'paged'=>$paged, 's'=>$s);
> > > > query_posts($recentpostquery);
> > >  
> > > 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.
> > >  
> > > Turker.  
> > > On Fri, Nov 9, 2012 at 12:28 PM, Abhik Biswas <abhik at itsabhik.com (mailto:abhik at itsabhik.com)> wrote:
> > > > Hi,
> > > > My theme wasn't approved and some reasons were clearly mentioned. However, one of the reasons isn't clear enough.
> > > > There are several wrong usage of option names, WP functions etc.  
> > > > 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.
> > > > Can anyone help me on this? Here is the link to the ticket.
> > > > http://themes.trac.wordpress.org/ticket/9789
> > > > 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?
> > > > The way update the plugins using SVN or do I have to upload the zip again and wait again?
> > > >  
> > > > Regards
> > > > Abhik
> > > >  
> > > > _______________________________________________
> > > > theme-reviewers mailing list
> > > > theme-reviewers at lists.wordpress.org (mailto:theme-reviewers at lists.wordpress.org)
> > > > http://lists.wordpress.org/mailman/listinfo/theme-reviewers
> > > >  
> > >  
> > >  
> > > _______________________________________________
> > > theme-reviewers mailing list
> > > theme-reviewers at lists.wordpress.org (mailto:theme-reviewers at lists.wordpress.org)
> > > http://lists.wordpress.org/mailman/listinfo/theme-reviewers
> > >  
> >  
> >  
> > _______________________________________________
> > theme-reviewers mailing list
> > theme-reviewers at lists.wordpress.org (mailto:theme-reviewers at lists.wordpress.org)
> > http://lists.wordpress.org/mailman/listinfo/theme-reviewers
> >  
>  
> _______________________________________________
> theme-reviewers mailing list
> theme-reviewers at lists.wordpress.org (mailto:theme-reviewers at lists.wordpress.org)
> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>  
>  


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20121110/3ac62712/attachment.htm>


More information about the theme-reviewers mailing list