Posted By


cirio on 04/19/08

Tagged


Statistics


Viewed 50 times
Favorited by 1 user(s)

funzione_blogroll


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



Copy this code and paste it in your HTML
  1. <?php
  2. /*
  3. Template Name: Blogroll
  4. */
  5. ?>
  6.  
  7. <?php get_header(); ?>
  8.  
  9. <div id="main">
  10.  
  11.  
  12. <ul>
  13. <?php wp_list_bookmarks(); ?>
  14. </ul>
  15.  
  16.  
  17.  
  18. </div>
  19. <?php get_sidebar(); ?>
  20. <?php get_footer(); ?>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.