<div dir="ltr">I think that the interpretation in the linked ticket is valid, and applies here:<blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div style><p style="color:rgb(0,0,0);font-family:Verdana,Arial,&#39;Bitstream Vera Sans&#39;,Helvetica,sans-serif;font-size:13px">
This implementation entirely circumvents the <a class="" href="http://themes.trac.wordpress.org/wiki/WordPress" rel="nofollow" style="text-decoration:none;color:rgb(153,153,136);border-bottom-width:1px;border-bottom-style:dotted;border-bottom-color:rgb(187,187,187)">WordPress?</a> Template Hierarchy, and adds its own, custom abstraction layer. Themes are required to support core functionality when integrating a given feature. I would suggest that this requirement extends to the template hierarchy itself.</p>
</div><div style><p style="color:rgb(0,0,0);font-family:Verdana,Arial,&#39;Bitstream Vera Sans&#39;,Helvetica,sans-serif;font-size:13px">You may want to look at a combination of template-part files and custom Theme hooks to accomplish the same thing that you&#39;re attempting to do here.</p>
</div></blockquote><div>So, let&#39;s start the discussion there.<br></div><div><br></div><div style>Is that interpretation correct? I I&#39;m open to being convinced otherwise.</div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Mon, Mar 18, 2013 at 1:57 PM, Daniel Tara <span dir="ltr">&lt;<a href="mailto:contact@onedesigns.com" target="_blank">contact@onedesigns.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 style="word-wrap:break-word">Hello Theme Reviewers Team,<div><br></div><div>I would like to receive clarification if a theming method I&#39;m implementing is in compliance with the Theme Review Guidelines.</div><div>
<br></div><div>I&#39;m currently building a theme framework that will serve as a base for all my future theme implementations. The framework consists of a series of common functions and template tags that are to be used inside templates. The functions are written in such way that they can be used as both hard coded template tags, with a set of predefined options that can be overridden by parameters and also to be used with a template hook system and their options can be modified via filters. I&#39;m also planning to build a module that will allow control of the template hooks via conditionals and eventually integrate all this into a drag-and-drop module that will allow user customization of template tags locations.</div>
<div><br></div><div>I have taken the care to comply with all Theme Review Guidelines and WordPress Best Practices when coding this theme, including complying with the Template Hierarchy. The only template file a parent theme would need to work with this module is index.php with the template hooks included. Then, if a user wishes to add a template in a child theme, it will still be used for the corresponding query type and if the user adds the standard template hooks to the file then the framework&#39;s module would still work because the conditionals would return the corresponding values for the template and if not the template could still be customized by hard coding template tags.</div>
<div><br></div><div>I&#39;m asking this question because a discussion that took place recently on the mailing list regarding a theme came to my attention, namely this one:</div><div><br></div><div><a href="http://themes.trac.wordpress.org/ticket/10822" target="_blank">http://themes.trac.wordpress.org/ticket/10822</a></div>
<div><br></div><div>In the ticket it was argued that the way that theme was implementing its template hooks system was circumventing the Template Hierarchy and hard coding template files was recommended. I haven&#39;t examined that theme in detail because after a quick look the poor implementation of the feature was clear but it was still a template hooks system, so I felt the need to ask: is it theme review policy to strictly forbid a template hooks system and require the use of hard coded template files for any customization of WordPress-generated pages or was that something specific in the way that theme was implementing this feature that made it be rejected? If such a system is not allowed do you have recommendation of an accepted way to implement a module that allows user customization of page output?</div>
<div><br></div><div>An earlier version of the theme I&#39;m talking about was already submitted to the directory, it was reviewed and not-approved for trivial reasons but the use of the template hooks system was not mentioned:</div>
<div><br></div><div><a href="http://themes.trac.wordpress.org/ticket/11152" target="_blank">http://themes.trac.wordpress.org/ticket/11152</a></div><div><br></div><div>But since review of the theme I mentioned earlier has set a precedent I felt the need to ask. Since the theme above was submitted the theme has been under heavy development and much has changed but the way the template hooks system was implemented still stands. Eventually the hardcoded hooks at the end of the functions.php file will be replaced with the conditionals module I was talking about which is not yet developed. If needed I can send a current version of the theme so you can take a closer look.</div>
<div><br></div><div>Regards,</div><div>Daniel</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>