name );
}
if ( sizeof( $cats ) > 0 ) {
$cats_list = implode( ', ', $cats );
}
if ( $cats_list && isset( $porto_settings['post-metas'] ) && in_array( 'cats', $porto_settings['post-metas'] ) ) :
?>
comment_status ) || 'open' == $post->comment_status ) ) : ?>
options['display']['position'] && in_array( 'post', (array) Post_Views_Counter()->options['general']['post_types_count'] ) ) {
$post_count = do_shortcode( '[post-views]' );
if ( $post_count ) {
echo wp_kses_post( $post_count );
}
}
if ( isset( $porto_settings['post-metas'] ) && in_array( 'like', $porto_settings['post-metas'] ) ) {
echo '' . porto_blog_like() . '';
}
?>