Advertisement
Guest User

Atul

a guest
Jun 10th, 2010
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.40 KB | None | 0 0
  1.             <br class="dirtyLittleTrick" />
  2.         </div><!-- .wrapper -->
  3.  
  4.         <div class="footer">
  5.             <div>
  6.                 <div class="feeds">
  7.                     <h2><?php _e('Subscribe','woothemes'); ?></h2>
  8.                     <ul>
  9.                     <li><a href="<?php get_category_rss_link(true, get_cat_id(get_option('woo_portfoliocat'))) ?>" title="<?php _e('Portfolio Feed','woothemes'); ?>"><?php _e('Portfolio','woothemes'); ?></a></li>
  10.                     <li><a href="<?php get_category_rss_link(true, get_cat_id(get_option('woo_blogcat'))) ?>" title="<?php _e('Blog Feed','woothemes'); ?>"><?php _e('Blog','woothemes'); ?></a></li>
  11.                     <li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('Comments Feed','woothemes'); ?>"><?php _e('Blog comments','woothemes'); ?></a></li>
  12.                     </ul>
  13.                 </div><!-- .feeds -->
  14.                 <div class="credits">
  15.                     <h2>&copy; 2008 <?php bloginfo('name') ?>.<br /><?php _e('All rights reserved.','woothemes'); ?></h2>
  16.                     <p class="disclaimer"><?php echo get_option('woo_disclaimer'); ?></p>
  17.                     <p><?php _e('Design by','woothemes'); ?> <a href="http://www.wicked-wordpress-themes.com/page/4/" title="Affiliate - Premium WordPress Themes">Affiliate Wordpress Themes</a></p>
  18.                     <p>Powered by <a href="http://wordpress.org/" title="WordPress" rel="generator">Wordpress</a></p>
  19.                 </div><!-- .credits -->
  20.             </div>
  21.         </div><!-- .footer -->
  22.  
  23. <?php wp_footer() ?>
  24.  
  25.  
  26.  
  27.     </body>
  28.  
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement