<?php global $post;
$args = array(
'post_type' => 'tips',
'taxonomy' => 'tips_category',
'term' => 'html',
'numberposts' => 5
);
$myposts = get_posts( $args );
foreach( $myposts as $post ) : setup_postdata($post);?>
<?php the_title() ?>
<?php the_post_thumbnail(); ?>
<?php endforeach; ?>
https://zxcvbnmnbvcxz.com/wp-taxonomy-term/