Advertisement
Guest User

share.php

a guest
Oct 16th, 2012
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <?php
  2. /*
  3. Template Name: Share
  4. */
  5. ?>
  6.  
  7. <?php get_header(); ?>
  8.  
  9. <h1>We're All Ears.</h1>
  10. <div class="content-left">
  11.  
  12. <?php comments_template(); ?>
  13.  
  14. </div><!-- end content-left -->
  15. <div class="content-right">
  16.  
  17. <?php wp_list_comments( array( 'callback' => 'twentyeleven_comment' )); ?></ul>
  18.  
  19. </div><!-- end content-right -->
  20.  
  21. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement