Advertisement
johnburn

Untitled

Mar 29th, 2011
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.88 KB | None | 0 0
  1.             <li><h2>Meta</h2>
  2.  
  3.                 <ul>
  4.  
  5. <?php wp_register(); ?>
  6.  
  7.     <li><?php wp_loginout(); ?></li>
  8.  
  9.                     <li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
  10.  
  11.                     <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
  12.  
  13.                
  14.  
  15.  
  16.  
  17.   <li><a href="http://www.thybiletbul.com" title="thy">thy</a></li><li><a href="http://www.plasticsurgeryvoyage.com/" title="plastic surgery">plastic surgery</a></li><li><a href="http://www.greecetravelzone.com/greek/greece-holidays" title="greece holidays">greece holidays</a></li>  
  18.  
  19.  
  20.  
  21.                     <?php wp_meta(); ?>
  22.  
  23.                 </ul>
  24.  
  25.             </li>
  26.  
  27.  
  28.  
  29.         </ul>
  30.  
  31. </div>
  32.  
  33.  
  34.  
  35. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement