[theme-reviewers] A Question About Theme Review/Submission
Ryan Frankel
ryan.frankel at gmail.com
Tue May 24 20:26:13 UTC 2011
Justin,
Thanks for your input.
Tags: Actually, in the theme a User can't submit a actual blog post. The whole system runs on a new post-type.
Sidebars: I get these 'required' errors when I run theme-check....
• REQUIRED: Could not find register_sidebar() or register_sidebars(). See: register_sidebar
<?php register_sidebar( $args ); ?>
• REQUIRED: Could not find dynamic_sidebar. See: dynamic_sidebar
<?php dynamic_sidebar( $index ); ?>
Post Class: Understood, will fix.
On May 25, 2011, at 4:14 PM, Justin Tadlock wrote:
> Tags:
>
> What happens when a user writes an actual blog post? You'd still need to display the post tags.
>
> Sidebars:
>
> As far as I know, sidebars are not a requirement. You can certainly make a theme without sidebars.
>
> Post Classes:
>
> With regular posts and posts of any custom post type, you should still use the post_class() function on your wrapper element, whether this is a <div>, <tr>, or whatever.
>
> On 5/24/2011 2:35 PM, Ryan Frankel wrote:
>> Hi all,
>> I am trying to submit a ticket task/management theme to the WordPress repo and I have a few questions regarding the 'Required' elements.
>>
>> Since this system runs on custom post types and taxonomies these items are not needed and seem to be superfluous to the functionality of this theme...
>>
>> 1. Displaying Tags
>> 2. Sidebars
>> 3. Post Class CSS
>>
>> Now, the automated system checks for these and it seems silly to just add these things when they are not within the scope of the theme. You can go to http://swampbugs.com to see what the theme looks like as there is a demo on there. My questions is....with the changes to WordPress in 3.1+ do these 'Requirements' still apply? Is there a way to submit with some known 'Requirement' excemptions?
>>
>> All the best and thank you,
>> Ryan
>> _______________________________________________
>> theme-reviewers mailing list
>> theme-reviewers at lists.wordpress.org
>> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
>>
>>
> _______________________________________________
> theme-reviewers mailing list
> theme-reviewers at lists.wordpress.org
> http://lists.wordpress.org/mailman/listinfo/theme-reviewers
More information about the theme-reviewers
mailing list