Skip to content

Instantly share code, notes, and snippets.

@jaredatron
Created March 24, 2009 05:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaredatron/83964 to your computer and use it in GitHub Desktop.
Save jaredatron/83964 to your computer and use it in GitHub Desktop.
<div id="nav" class="fullcolumn">
<ul>
<li <?php if(is_home()) { ?> class="current_page_item" <?php } ?> ><a href="<?php bloginfo('home'); ?>" title="Home">Home</a></li>
<?php wp_list_pages('title_li=&depth=0'); ?> <span style="float:right;position:relative;bottom:24px;right:3px"><a href="<?php bloginfo('rss2_url'); ?>" title="Posts RSS"><img src="/wp-content/themes/baseDARK/img/icons/rss.png"></a></span><br />
</ul>
</div><!-- /nav -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment