You are correct, Kai Pan. After much testing and frustration, I found
this as a limitation of Carrington.
In Wordpress, your home context depends on your Front Page Displays
settings on the Reading admin panel.
With Front Page Displays -> Your Latest Posts, "is_home()" and
"is_front_page()" both show up as TRUE on the blog roll page.
With Front Page Displays -> A Static Page, "is_home()" is TRUE on the
_blog_ page and "is_front_page()" is TRUE on whatever Page is set as
_front page_.
However, to the best of my knowledge, Carrington uses the home.php
template for both. Am I missing something?
It would be fantastic to be able to create "front_page.php" templates
in addition to "home.php" template, specifically in the /header/ & /
footer/ directories. Currently, I'm stuck doing if statements in the
home.php templates to distinguish between the two.
Thanks.
On Apr 20, 9:24 pm, Kai Pan <
kai....@gmail.com> wrote:
> Carrington is showing Home because that's the Home "context". You've set
> Wordpress to show that page as "home".
>