>
[ ', ' ]' ); ?>
'
' . 'Pages:', 'after' => '
' ) ); ?>
Tags- %1$s
', 'biz-vektor'), $tags_list ); ?>
',''); ?>
ID,'post_tag');
$tag_count = is_array($terms) ? count($terms) : 0;
if ($terms && is_array($terms)) {
$posts_count = mb_convert_kana($biz_vektor_options['postRelatedCount'], "a", "UTF-8");
// Set basic arrays
$args = array( 'post_type' => 'post' ,'post__not_in' => array($post->ID), 'posts_per_page' => $posts_count );
// Set tag(term) arrays
if ( $terms && $tag_count == 1 ) {
foreach ( $terms as $key => $value) {
$args['tag_id'] = $value->term_id ;
}
} else if ( $terms ) {
foreach ( $terms as $key => $value) {
$args['tag__in'][] = $value->term_id ;
}
}
$tag_posts = get_posts($args);
if ( $tag_posts ) { ?>
'.apply_filters('widget_text',$biz_vektor_options['ad_related_after']).'