Okay, will do. Thanks for the suggestion. <div><br></div><div>Best, </div><div><br></div><div>Evan<br clear="all"><div><div style="background-color:rgb(255,255,255)"><div style="font-family:arial,sans-serif;font-size:13px">
--</div><div style="font-family:arial,sans-serif;font-size:13px">Evan Scoboria </div><div style="font-family:arial,sans-serif;font-size:13px"><div><font color="#666666"><br></font></div><div><font color="#666666">Shea Media, LLC</font></div>
<div><font color="#666666">785.685.4130</font></div><div><font color="#666666"><a href="mailto:evan@sheamediaco.com" style="color:rgb(17,85,204)" target="_blank">evan@sheamediaco.com</a></font></div><div><font color="#666666"><a href="http://www.sheamediaco.com/" style="color:rgb(17,85,204)" target="_blank">www.sheamediaco.com</a></font></div>
</div></div></div>
<br><br><div class="gmail_quote">On Sat, Mar 2, 2013 at 2:45 PM, WordPress Themes <span dir="ltr"><<a href="mailto:theme-reviewers@lists.wordpress.org" target="_blank">theme-reviewers@lists.wordpress.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">#11388: THEME: WP Opulus - 1.02<br>
----------------------------+---------------------------<br>
Reporter: NimbusThemes | Owner: chipbennett<br>
Type: theme | Status: closed<br>
Priority: major | Resolution: not-approved<br>
Keywords: theme-wp-opulus |<br>
----------------------------+---------------------------<br>
<br>
</div>Comment (by chipbennett):<br>
<div class="im"><br>
> All the points you sent are resolved (see notes below), except the<br>
display of blog index on the frontpage. The frontpage does include the<br>
latest blog posts in the bottom left, but the way I have the theme<br>
developed doesn't include the blog index as a frontpage display option.<br>
<br>
</div> Currently, Themes still need to support blog posts index as site front<br>
page (that may change in the future, when/if the core ticket that allows<br>
Themes to declare that they use a static front page gets<br>
implemented/closed).<br>
<br>
The easiest way to do that is, at the top of `front-page.php`, add a<br>
conditional:<br>
<br>
{{{<br>
if ( 'posts' == get_option( 'show_on_front' ) ) {<br>
get_template_part( 'home' );<br>
} else {<br>
// front page markup goes here<br>
}<br>
}}}<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Ticket URL: <<a href="https://themes.trac.wordpress.org/ticket/11388#comment:3" target="_blank">https://themes.trac.wordpress.org/ticket/11388#comment:3</a>><br>
</font></span><div class="HOEnZb"><div class="h5">WordPress Themes <<a href="http://themes.trac.wordpress.org/" target="_blank">http://themes.trac.wordpress.org/</a>><br>
WordPress.org Theme Directory Reviews<br>
</div></div></blockquote></div><br></div>