Advertisement
utnalove

new content.php

Dec 8th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.96 KB | None | 0 0
  1. <div class="post-title-cat"><a title="Permanent Link to <?php the_title(); ?>" href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></div>
  2.             <div class="post_common">
  3.                             <div class="post_date">
  4.                                 <?php the_time('M') ?> - <?php the_time('d') ?> | <?php _e("Posted by:","language")?> <?php the_author_posts_link(); ?> | <a href="<?php comments_link(); ?>"><?php comments_number('no comments','one comment','% comments'); ?>.</a> 
  5.                             </div><br/>
  6.                         <div class="filed">
  7.                             <?php _e("Categories: ","language")?> <?php the_category(', ') ?></div><div style="clear:both">
  8.                         </div>
  9.  
  10.                 <div class="entry_blog">
  11.                     <?php if ( has_post_thumbnail() ) {
  12. the_post_thumbnail( 'large', array('class'=>'post_thumbnail_common', 'alt' => get_the_title() , 'title' => get_the_title() ));
  13. echo contentnoimg(91);} else { echo content(91); } ?></div>
  14.                 <div style="clear:both"></div>
  15.             </div>
  16.             <div class="post_common_bottom"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement