Advertisement
wclendining

Global-navPHP

Mar 16th, 2015
488
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. <!-- begin  Global Navigation -->
  2.   <?php wp_loginout(); ?>
  3.   <?php if ( is_user_logged_in() ) { ?>
  4.      &nbsp;<a href="<?php bloginfo('url'); ?>/wp-admin/">Dashboard</a>
  5.   <?php } ?>
  6.   <form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>" style="display: inline;"><input type="text" name="s" id="s" size="30" value="search this site..."/></form>
  7. <!-- end Global Navigation -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement