' . 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(); echo '
'; } } if( tijaji_listcontent() == 'indexcontent' ) { if ( !is_home() && has_post_thumbnail() ) { echo '
'; the_post_thumbnail(); echo '
'; } } ?>
post_content))); echo esc_html( mb_substr( $tijaji_metadisc ,0,160) ); if( mb_strlen( $tijaji_metadisc ) >160 ) esc_html_e(' [...]', 'tijaji'); }elseif( tijaji_listcontent() == 'indexcontent' ){ if( is_home() ) { the_content(); }else{ $tijaji_metadisc = str_replace(array("\r\n", "\r", "\n"), '',strip_tags(strip_shortcodes($post->post_content))); echo esc_html( mb_substr( $tijaji_metadisc ,0,160) ); if( mb_strlen( $tijaji_metadisc ) >160 ) esc_html_e(' [...]', 'tijaji'); } }else{ the_content(); } ?>
'; } if( tijaji_listcontent() == 'indexcontent' ) { if ( !is_home() && has_post_thumbnail() ) echo '
'; } ?>