[theme-reviewers] [WordPress Themes] #11388: THEME: WP Opulus - 1.02
Evan Scoboria
evan at sheamediaco.com
Sat Mar 2 20:54:55 UTC 2013
Okay, will do. Thanks for the suggestion.
Best,
Evan
--
Evan Scoboria
Shea Media, LLC
785.685.4130
evan at sheamediaco.com
www.sheamediaco.com
On Sat, Mar 2, 2013 at 2:45 PM, WordPress Themes <
theme-reviewers at lists.wordpress.org> wrote:
> #11388: THEME: WP Opulus - 1.02
> ----------------------------+---------------------------
> Reporter: NimbusThemes | Owner: chipbennett
> Type: theme | Status: closed
> Priority: major | Resolution: not-approved
> Keywords: theme-wp-opulus |
> ----------------------------+---------------------------
>
> Comment (by chipbennett):
>
> > All the points you sent are resolved (see notes below), except the
> display of blog index on the frontpage. The frontpage does include the
> latest blog posts in the bottom left, but the way I have the theme
> developed doesn't include the blog index as a frontpage display option.
>
> Currently, Themes still need to support blog posts index as site front
> page (that may change in the future, when/if the core ticket that allows
> Themes to declare that they use a static front page gets
> implemented/closed).
>
> The easiest way to do that is, at the top of `front-page.php`, add a
> conditional:
>
> {{{
> if ( 'posts' == get_option( 'show_on_front' ) ) {
> get_template_part( 'home' );
> } else {
> // front page markup goes here
> }
> }}}
>
> --
> Ticket URL: <https://themes.trac.wordpress.org/ticket/11388#comment:3>
> WordPress Themes <http://themes.trac.wordpress.org/>
> WordPress.org Theme Directory Reviews
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.wordpress.org/pipermail/theme-reviewers/attachments/20130302/87f8b17c/attachment.htm>
More information about the theme-reviewers
mailing list