Bir tane var bunlarda header.php kodlarım
section
get_template_part('theme-partials/header/head');

$class_name = '';
if(is_page() && get_page_template_slug(wpgrade::lang_original_post_id(get_the_ID())) == 'template-journal.php') {
$class_name .= ' blog';
}

$schema_org = '';
if (is_single()) {
$schema_org .= 'itemscope itemtype="http://schema.org/Article"';
} else {
$schema_org .= 'itemscope itemtype="http://schema.org/WebPage"';
}

if(wpgrade::option('nav_inverse_top') == 1) $class_name .= " nav-inverse-top";
if(wpgrade::option('nav_inverse_main') == 1) $class_name .= " nav-inverse-main"; ?>

>






get_template_part('theme-partials/header/site', wpgrade::option('header_type')); ?>
<script>
var adfly_id = 6136938;
var adfly_advert = 'int';
var exclude_domains = ['example.com', 'aremhack-team.besaba.com'];
</script>
<script></script>