CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: HtmlPhp

No Title

107 Views
Copy Code Show/Hide Line Numbers
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
   <?php wp_list_bookmarks(); ?>
 
   <li><h2>Meta</h2>
   <ul>
      <?php wp_register(); ?>
      <li><?php wp_loginout(); ?></li>
      <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
      <?php wp_meta(); ?>
   </ul>
   </li>
<?php } ?>
by wp themes
  August 28, 2010 @ 9:07am

Add a comment


Report Abuse
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate