$(".tabs-menu-cont__div").not(":first").hide();
$(".tabs-menu-wrapper .tabs-menu__item").click(function() {
$(".tabs-menu-wrapper .tabs-menu__item").removeClass("tabs-menu__item--active").eq($(this).index()).addClass("tabs-menu__item--active");
$(".tabs-menu-cont__div").hide().eq($(this).index()).fadeIn()
}).eq(0).addClass("active");
<img src="<?php echo wp_get_attachment_image($post->ID, 'thumb250x264' );?>" alt="alt">
<div class="tab__icon">
<a rel="group" class="fancybox" href="<?php echo get_the_post_thumbnail_url();?>"><img src="<?php echo wp_get_attachment_image($post->ID, 'thumb250x264' );?>" alt="alt"></a>
<p><?php the_title();?></p>
<span><? the_content();?></span>
<a href="#callback" class="btn btn--yellow popup-with-zoom-anim">Заказать</a>
</div>