Advertisement
Guest User

page.php

a guest
Jul 25th, 2011
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <div id="menu">
  2. <ul>
  3. <li<?php if(is_home()) { echo (' class="current_page_item"'); } ?>><a href="<?php bloginfo('url'); ?>" title="Home page">Sākums</a></li>
  4. <?php wp_list_pages('depth=1&title_li=&include=10,13,15,2,6'); ?>
  5. <li><a href="<?php bloginfo('rss2_url') ?>" title="Subscribe by RSS"><span class="feed">RSS</span></a></li>
  6. </ul>
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement