ID); $side_pos = $settings['sidebar_position'] ?? 'left'; ?>
ID); ?> post_title); ?>

post_title); ?>

post_content); ?>
ID, 'wmw_category'); if ($cats && !is_wp_error($cats)) { $cat_ids = wp_list_pluck($cats, 'term_id'); $related = get_posts(array( 'post_type' => 'wmw_article', 'post_status' => 'publish', 'posts_per_page' => 4, 'post__not_in' => array($article->ID), 'meta_query' => array(array('key'=>'_wmw_wiki_id','value'=>wmw_get_article_wiki_id($article->ID))), 'tax_query' => array(array('taxonomy'=>'wmw_category','field'=>'term_id','terms'=>$cat_ids)), )); } } if (!empty($related)): ?>