* Author: Nick van de Veerdonk * Author URI: https://jaaadesign.nl/ */ function amp_related_posts_function($atts, $append, $heading, $max) { if (is_single() && !is_page()) { extract(shortcode_atts(array( 'append' => 'amp', 'heading' => null, 'max' => 10, ), $atts)); ?>

cat_ID; $current_name = $category->cat_name; $this_post = $post->ID; $myposts = get_posts(array('category__in' => array($current), 'post__not_in' => array($this_post))); } } foreach($myposts as $post) : setup_postdata($post); ?>