<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I'm reviewing a theme which has an option on its Theme Options pages to "Enable Frontpage" which then uses front-page.php as the homepage of the site.<br><br>Do you think a theme can have this option it it, especially when this disobeys the option to choose Front/Blog page in the Reading settings?<br></div></div></blockquote><div><br></div><div>This should follow core functionality, so this option should be removed.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br>Also that theme is using <b>WEBRITI_TEMPLATE_DIR_URI</b> instead of <b>get_template_directory_uri</b> after defining it in the following lines:<br><br><blockquote style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex" class="gmail_quote">define('WEBRITI_TEMPLATE_DIR_URI',get_template_directory_uri());<br></blockquote><br></div>Is it okay?</div></blockquote><div><br></div><div>Yes, this is OK. </div></div></div></div>