$current_path = "/template-parts/header";
wp_enqueue_style(
'header',
get_stylesheet_directory_uri() . $current_path . '/header.css',
array(),
_S_VERSION
);
wp_enqueue_script(
'header',
get_template_directory_uri() . $current_path . '/header.js',
array(),
_S_VERSION
);
//echo get_stylesheet_directory_uri() . $current_path . '/header.css';
?>
$permalink = get_permalink();
$title = get_the_title();
$news_content = get_the_content();
// $news_date = "Бер 24";
$news_date = get_the_date( "M d" );
$subtitle = get_field('subtitle');
$news_reading = get_field('how_much_to_read');
?>
$permalink = get_permalink();
$title = get_the_title();
$news_content = get_the_content();
// $news_date = "Бер 24";
$news_date = get_the_date( "M d" );
$subtitle = get_field('subtitle');
$news_reading = get_field('how_much_to_read');
?>
$permalink = get_permalink();
$title = get_the_title();
$news_content = get_the_content();
// $news_date = "Бер 24";
$news_date = get_the_date( "M d" );
$subtitle = get_field('subtitle');
$news_reading = get_field('how_much_to_read');
?>
get_template_part( 'template-parts/post_sidebar/post_sidebar', '' ); ?>