'h4', 'no_hook' => true, 'unlink' => false, 'show_title' => true ) );
themify_post_content();
?>
term_id; } $related = new WP_Query( array( $taxonomy_type . '__in' => $term_ids, 'post__not_in' => array_merge( array( get_the_id() ), get_option( 'sticky_posts' ) ), 'posts_per_page' => themify_get( $key.'_entries',3,true ), 'ignore_sticky_posts ' => true, ) ); if ( $related->have_posts() ) : ?> display_content = themify_get( $key . '_display_content',false,true ); $themify->auto_featured_image = themify_check( 'setting-auto_featured_image',true ); $themify->width = themify_get( $key . '_image_width',394,true ); $themify->height = themify_get( $key . '_image_height',330,true ); $themify->hide_image=!themify_check( $key . '_hide_image',true )?'':'yes'; ?>