@php $output_category_id = get_queried_object_id(); @endphp @if (have_posts())
@while (have_posts()) @php the_post() @endphp @php $category_id = get_the_category()[0]->term_id; @endphp @if ( $output_category_id == $category_id )
@php the_post_thumbnail( 'thumbnail' , ['class' => 'alignright'] ); the_excerpt(); @endphp Read Full Article
@endif @endwhile
@endif