sledgehammer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Revising code to replace default home with static home pageThe exclude pages plugin worked! Thanks. The only problem now is my new home button stays “activated” all the time, as if you are always on that page according to the Nav Bar. Other buttons highlight when on them but the home page button stays activated. Thanks again.
Forum: Fixing WordPress
In reply to: Revising code to replace default home with static home pageI tried that…I created a new “home” page and selected it as my static page in Dashboard/Settings/Reading. Now I have that home page and the original default home page or button in my nav bar. In tutorial examples I have seen, the original home button goes away and the new home page takes its place. Not in my case. I have two home buttons on my Nav Bar and two home pages.
Forum: Fixing WordPress
In reply to: make home page static and create new page for blogShane,
Working with Mimbo 2.2 and I referred to the Codex example and it said to change the “default link to home”. I tried a few things but can’t see to remove the default Home button in the Nav bar and have it replaced with my newly created “Home” page so it can be the static home page. I tried adding wp_list_pages but don’t know exactly wher it needs to go….Thanks.
<?php wp_head(); ?>
</head>
<body<?php if ( is_wp_list_pages ) { ?> id=”home”<?php } ?>>
<div id=”page” class=”clearfloat”><div class=”clearfloat”>
<div id=”branding” class=”left”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div><div class=”right”><?php include (TEMPLATEPATH . ‘/searchform.php’); ?></div>
</div><ul id=”nav” class=”clearfloat”>
- /” class=”on”>Home
<?php wp_list_pages(‘title_li=’); ?>