' . esc_html( $tijaji_cat[$i]->cat_name ) . '
'; } } } $tijaji_commentcount = get_comments( array( 'status' => 'approve', 'post_id'=> get_the_ID(), 'type'=> 'comment', 'count' => true ) );?>

'; the_post_thumbnail( 'large' ); echo '
'; }elseif ( tijaji_display_list_img() ) { echo '
'; echo 'noimg'; echo '
'; } } if( tijaji_listcontent() == 'indexcontent' ) { if ( !is_home() && has_post_thumbnail() ) { echo '
'; the_post_thumbnail( 'large' ); echo '
'; } } ?>
'; wp_strip_all_tags( the_excerpt() ); echo '
'; }elseif( tijaji_listcontent() == 'indexcontent' ){ if( is_home() ) { the_content(); }else{ echo '
'; wp_strip_all_tags( the_excerpt() ); echo '
'; } }else{ the_content(); } ?>
'; } if( tijaji_listcontent() == 'indexcontent' ) { if ( !is_home() && has_post_thumbnail() ) echo '
'; } ?>