File: /var/www/vhosts/greenclinic.kz/newsite/wp-content/themes/green-clinic/32223category.php
<?php
/**
* The template for displaying all single posts
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
*
* @package asd
*/
get_header();
$categories = get_the_category();
$cat = $categories[0]->term_id;
$cat_name = $categories[0]->name;
?>
<?php get_template_part( 'template-parts/content_header', 'none' ); ?>
<section class="section content_section">
<main id="primary" class="site-main container">
</main><!-- #main -->
</section>
<?php get_template_part( 'blocks/blocks' ); ?>
<?php get_footer(); ?>