itbatayan

single.php

Oct 15th, 2018
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3. <div id="content-single-post"> <!--start content--->
  4. <?php while ( have_posts() ) : the_post(); ?>
  5. <h3><?php the_title(); ?></h3>
  6.  
  7. <!--start post bio--->
  8. »<?php the_author();?>
  9. »<?php the_date('j F, Y');?>
  10. »<?php comments_popup_link ('মন্তব্য করুন' , '1 টি মন্তব্য' , '% মন্তব্য'); ?>
  11. »<?php edit_post_link('সম্পাদনা', '', '');?>
  12. » <?php the_category (' , ') ?>
  13. <!--end post bio--->
  14.  
  15. <?php the_content(); ?>
  16. <?php endwhile; // end of the loop. ?>
  17. </div> <!--end content--->
  18.  
  19. <?php get_sidebar(); ?>
  20.  
  21. <div id="clear"></div>
  22. </div> <!--End container--->
  23. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment