ID;}
$tags=wp_get_post_tags($cur);
if(empty($tags)){return;}
$ids=wp_list_pluck($tags,'term_id');
$q=new WP_Query(array('tag__in'=>$ids,'post__not_in'=>array($cur),'posts_per_page'=>4,'orderby'=>'rand','post_status'=>'publish'));
if(!$q->have_posts()){return;}
echo '
';
?>