> ID, 'czs_mb_post_video_type', true ); $videoid = get_post_meta( $post->ID, 'czs_mb_post_video_file', true ); $show_author = get_post_meta( $post->ID, 'czs_mb_show_author', true); if ( empty($show_author) ) $show_author = '1'; $show_date = get_post_meta( $post->ID, 'czs_mb_show_date', true); if ( empty($show_date) ) $show_date = '1'; $show_thumb = get_post_meta( $post->ID, 'czs_mb_show_thumb', true); if ( empty($show_thumb) ) $show_thumb = '1'; $show_category = get_post_meta( $post->ID, 'czs_mb_show_category', true); if ( empty($show_category) ) $show_category = '1'; $show_comments = get_post_meta( $post->ID, 'czs_mb_show_comments', true); if ( empty($show_comments) ) $show_comments = '1'; $show_views = get_post_meta( $post->ID, 'czs_mb_show_views', true); if ( empty($show_views) ) $show_views = '1'; ?>
'; ?> '; ?> '')); ?>

'', 'link_before' => '', 'link_after' => '', 'next_or_number' => 'next_and_number', 'nextpagelink' => __('Next','czsablony'), 'previouspagelink' => __('Previous','czsablony'), 'pagelink' => '%','echo' => 1 )); ?>
'.__('Tags','czsablony').':',' ') ?>
ID); if ($categories) { $category_ids = array(); foreach($categories as $individual_category) $category_ids[] = $individual_category->term_id; $args=array( 'category__in' => $category_ids, 'post__not_in' => array($post->ID), 'ignore_sticky_posts' => 1, 'showposts'=>2,'orderby' => 'rand' ); $my_query = new wp_query( $args ); if( $my_query->have_posts() ) { echo ''; }} wp_reset_query(); ?>