• name ); ?>
<?php the_title_attribute(); ?>
'recipes', 'tax_query' => array( array( 'taxonomy' => 'recipe_cat', 'field' => 'id', 'terms' => $cats_id, 'operator' => 'IN' //Or 'AND' or 'NOT IN' )), 'posts_per_page' => $related_post_count, 'ignore_sticky_posts' => 1, 'orderby' => 'rand', 'post__not_in' => array($post->ID) )); ?> have_posts() ) : ?>

have_posts() ) : $rel_posts->the_post(); $rel_cats = get_the_terms(get_the_ID(), 'recipe_cat' ); ?>
name ); ?>