Advertisement
johnburn

Decode for AD525@wordpress.org

Jan 12th, 2012
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.67 KB | None | 0 0
  1.     <div id="footer" class="clearfix">
  2.         <div id="fwidget-wrap" class="container_12">
  3.             <div class="fwidget grid_4">
  4.                 <h3>Popular Posts</h3>
  5.                 <ul>
  6.                     <?php wp_popular_posts();?>
  7.                 </ul>
  8.             </div>
  9.             <div class="fwidget grid_4">
  10.                 <h3>Archives</h3>
  11.                 <ul>
  12.                     <?php wp_get_archives('type=monthly&limit=5');?>
  13.                 </ul>
  14.             </div>
  15.             <div class="fwidget grid_4">
  16.                 <h3>SUBSCRIBE + FOLLOW</h3>
  17.                 <p>Subscribe to our RSS FEED to receive breaking news as well as receive other site updates or alternatively, feel free to connect with us.</p>
  18.                 <a href="<?php bloginfo('rss2_url');?>" class="sconnect"><img src="<?php bloginfo('template_directory');?>/images/rss_32.png" border="0" /></a>
  19.                 <a href="http://feedburner.google.com/fb/a/mailverify?uri=<?php echo get_option('obs_settings_feedburner');?>&loc=en_US" class="sconnect"><img src="<?php bloginfo('template_directory');?>/images/email_32.png" border="0" /></a>
  20.                 <a href="http://twitter.com/<?php echo get_option('obs_settings_twitter');?>" class="sconnect"><img src="<?php bloginfo('template_directory');?>/images/twitter_32.png" border="0" /></a>
  21.                 <a href="http://facebook.com/<?php echo get_option('obs_settings_facebook');?>" class="sconnect"><img src="<?php bloginfo('template_directory');?>/images/facebook_32.png" border="0" /></a>
  22.                 <a href="http://digg.com/users/<?php echo get_option('obs_settings_digg');?>" class="sconnect"><img src="<?php bloginfo('template_directory');?>/images/digg_32.png" border="0" /></a>
  23.                 <a href="http://delicious.com/<?php echo get_option('obs_settings_delicious');?>" class="sconnect"><img src="<?php bloginfo('template_directory');?>/images/delicious_32.png" border="0" /></a>
  24.                 <a href="http://delicious.com/<?php echo get_option('obs_settings_stumbleupon');?>" class="sconnect"><img src="<?php bloginfo('template_directory');?>/images/stumbleupon_32.png" border="0" /></a>
  25.             </div>
  26.         </div>
  27.     </div>
  28.     <div id="copyright">
  29.         <div class="credits container_12 clearfix">
  30.             <p class="powered left">Powerd by <a href="http://wordpress.org" title="Wordpress">Wordpress</a> and <a href="http://wpcrunchy.com" title="Free &amp; Premium wordpress theme">Wpcrunchy</a></p>
  31.             <p class="broughtby right">Designed by <a href="http://www.hostreviewgeeks.com/" target="_blank">small business web hosting</a>. In collaboration with <a href="http://webhosting.reviewitonline.net/web_hosting_reviews/fatcow_review.htm" target="_blank">FatCow</a>, <a href="http://www.digitaldiscountcodes.com/Categories/Travel/" target="_blank">Travel Deals</a> and <a href="http://www.bingodazzle.co.uk/" target="_blank">Free Bingo</a></p>
  32.         </div>
  33.     </div>
  34. </div>
  35. <?php wp_footer();?>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement