Guest User

Untitled

a guest
Mar 17th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <!--Very easy way to get show the current page you're on including the homepage in Wordpress-->
  2. <ul id="nav_bar">
  3. <li <?php if($_SERVER["HTTP_HOST"] . $_SERVER["REQUEST_URI"] == 'someurl.com/') {echo 'class="current_page_item"';}?>><a href="/" >Home</a></li>
  4. <?php wp_list_pages('title_li='); ?>
  5. </ul>
Add Comment
Please, Sign In to add comment