pshankland
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Static page with Zbench theme – two home linksEdit header.php and delete the following:
<ul><li<?php if (is_home()) echo ' class="current_page_item"'; ?>><a href="<?php echo home_url('/'); ?>"><?php _e('Home', 'zbench'); ?></a></li></ul>Thanks to the theme author for this.
Pete.
Forum: Themes and Templates
In reply to: Two Home pages after creating a static page – zBench ThemeEdit header.php and delete the following:
<ul><li<?php if (is_home()) echo ' class="current_page_item"'; ?>><a href="<?php echo home_url('/'); ?>"><?php _e('Home', 'zbench'); ?></a></li></ul>Thanks to the theme author for this.
Pete.
Forum: Themes and Templates
In reply to: Two Home pages after creating a static page – zBench ThemeSorry to bump but anyone got a suggestion?
Thanks.
Forum: Themes and Templates
In reply to: Static page with Zbench theme – two home linksHi, I have the same issue and not sure what part of the header.php file I should be editing to remove one of the two home pages after creating a static page.
Can someone help??
Thanks.
Forum: Themes and Templates
In reply to: Anyone know of a this or similar theme?Brilliant – thanks 🙂
Can I just ask… how did you find that out and how would I go about viewing their styles.css file?
Thanks.
Forum: Plugins
In reply to: Posting Code?Brilliant, thanks 🙂