Hi everyone,
I'm having trouble getting the Semiologic Static Front Page plugin to work while using the K2 theme.
The home page successfully comes up as the default/first page when I access the domain, but it does so within the blog section (called "news" on my blog). I want the page to come up first, but on its own page- not within the loop. I'm not sure how it's getting in the loop because it is a separate page. I can't access the separate page, I click the link and it takes me back to the page within the loop.
Any thoughts?
I'm using both the newest version of the semiologic plugin and of wordpress.
My site: http://www.exbike.com
I hacked the header file a little bit to allow me to order the pages the way I want, could this be causing the problem? My changes:
<div id="header">
<ul class="menu">
<?php wp_list_pages('exclude=7,8,9,10,11&title_li='); ?>
<li class="<?if (((is_home()) && !(is_paged())) or (is_archive()) or (is_single()) or (is_paged()) or (is_search())) { ?>current_page_item<?php } ?>">">News
<?php wp_list_pages('exclude=6,8,9,10,11,15&title_li='); ?>
<?php wp_list_pages('exclude=6,7,9,10,11,15&title_li='); ?>
<?php wp_list_pages('exclude=6,7,8,10,11,15&title_li='); ?>
<?php wp_list_pages('exclude=6,7,8,9,11,15&title_li='); ?>
<?php wp_list_pages('exclude=6,7,8,9,10,15&title_li='); ?>
<?php wp_register('
</div>
I've searched extensively in the wordpress support and codex
as well as on the k2 flickr discussion
http://flickr.com/groups/binarybonsai/
and on the semiologic faq/docs
http://www.semiologic.com/projects/static-front/
and I even mucked around in the PHP files for the header, index, and pages.
I'd love some help on this!
Thanks,
-Josh