Organic Wordpress Theme - footer.php Decode


/ Published in: PHP
Save to your folder(s)

uri: http://organic.qualitywordpress.com/


Copy this code and paste it in your HTML
  1. <!-- Sidebar -->
  2. <div class="sidebar sidebar-right">
  3.  
  4. <h3>Categories</h3>
  5. <ul>
  6.  
  7. <?php wp_list_categories('title_li='); ?>
  8. </ul>
  9.  
  10. <h3>Blogroll</h3>
  11. <ul>
  12. <?php wp_list_bookmarks('categorize=0&title_li='); ?>
  13. </ul>
  14.  
  15. <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
  16.  
  17. <?php endif; ?>
  18.  
  19.  
  20. </div>
  21. <!-- Sidebar -->
  22.  
  23. <div class="clear"></div>
  24.  
  25. </div></div></div>
  26. <!-- /Main -->
  27.  
  28. <!-- Footer -->
  29. <div id="footer">
  30.  
  31. <!-- Copyright -->
  32. <div id="copyright">
  33.  
  34. (c)Copyrighted <?php bloginfo('name');?>, All Rights Reserved.<br>Organic Theme | Design: <a href="http://www.reisen-urlaub-wellness.at" title="NET-TEC Reisen">NET-TEC Reisen</a> of <a href="http://urltra.de/suche/0/betten/" title="Designer Bett">Designer Bett</a>. Coding: <a href="http://www.bademode.net" title="Bademode M&auml;nner">Bademode M&auml;nner</a> of <a href="http://www.experten-tricks.ch/44,eu-neuwagen-als-eu-reimport/" title="Reimport EU Neuwagen">Reimport EU Neuwagen</a>.
  35. </div>
  36. <!-- /Copyright -->
  37.  
  38. </div>
  39. <!-- Footer -->
  40.  
  41. </div>
  42. <!-- /Page -->
  43.  
  44. <?php wp_footer(); ?>
  45.  
  46. </body>
  47.  
  48. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.