Advertisement
Guest User

Untitled

a guest
Jun 7th, 2010
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. in header.php find <ul id="nav"> and add the following snippet after <?php wp_list_pages(); ?> and before ending </ul>
  2.  
  3. <?php if ( is_user_logged_in() ) : ?>
  4. <li class="new_post"><a href="http://yoururl.com/wp-admin/post-new.php" title="Add New Post">Add New Post</a></li>
  5. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement