<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;display:inline">If the author needs to output custom/modified titles, it should be done by filtering wp_title(). So, no, it's not okay.<br>
<br></div><div class="gmail_default" style="font-family:verdana,sans-serif;display:inline">Just my 2 cents<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Jun 15, 2013 at 9:50 AM, Mohammad Hussain <span dir="ltr"><<a href="mailto:hussain@hitechbloggers.com" target="_blank">hussain@hitechbloggers.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><div><div class="h5">
<div>On 6/15/2013 9:48 AM, Chip Bennett
wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">This is the third different thread you've asked
this same question in. It will be easier to ensure that your
question gets answered satisfactorily if you keep it to a single
email thread. We're here to help, and to answer questions, but
asking and answering the same question three times isn't the
most efficient use of your time or ours. :)</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Fri, Jun 14, 2013 at 11:59 PM,
Mohammad Hussain <span dir="ltr"><<a href="mailto:hussain@hitechbloggers.com" target="_blank">hussain@hitechbloggers.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000">
<div>
<div>
<div>On 6/15/2013 9:27 AM, Emil Uzelac wrote:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Just go to <a href="http://codex.wordpress.org/Theme_Review" target="_blank">http://codex.wordpress.org/Theme_Review</a>
and review
<div>the Theme against the guidelines. If you have
any questions please</div>
<div> feel free to ask away!</div>
<div><br>
</div>
<div>Emil</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Fri, Jun 14, 2013 at
10:55 PM, Mohammad Hussain <span dir="ltr"><<a href="mailto:hussain@hitechbloggers.com" target="_blank">hussain@hitechbloggers.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">First time I reviewing
the theme.Can anyone let me know what can I
do, thing that i must know while reviewing
the theme??<br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">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>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
theme-reviewers mailing list
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a>
</pre>
</blockquote>
</div>
</div>
in Theme Review the tags are are required like:<br>
If someone uses custom code instead of using wp_title() in
between <title></title>.Can this is OK or
should I tell to author to change it to wp_title() instead
of using their own custom made code.<br>
</div>
<br>
_______________________________________________<br>
theme-reviewers mailing list<br>
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">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>
<br>
<fieldset></fieldset>
<br>
<pre>_______________________________________________
theme-reviewers mailing list
<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a>
<a href="http://lists.wordpress.org/mailman/listinfo/theme-reviewers" target="_blank">http://lists.wordpress.org/mailman/listinfo/theme-reviewers</a>
</pre>
</blockquote></div></div>
Ok I got it...so author added this code inside <title> tag <br><div class="im">
<pre><title><?php
/*
* Print the <title> tag using HTMLkombinat::HTML_Kombinat_the_title()
* @see core/htmlkombinat-class.php
*/
htmlkombinat::HTML_Kombinat_the_title();
?></title></pre>
this code author added<br></div>
is this ok or not?<br>
</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>