heydar 6051bf444f add (داینامیک کردن صفحه سینگل)
modify(جا به جای بخش مسیر راهنما به صفحه هدر)
fix(حل بخش لینک نشدن لوگو در صفحه هدر)
2025-05-31 17:46:05 +03:30

28 lines
1.1 KiB
PHP

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="<?php bloginfo('charset')?>">
<title><?php bloginfo('name')?></title>
<link rel="stylesheet" href="<?php bloginfo('template_url')?>/style.css">
<link rel="stylesheet" href="<?php bloginfo('template_url')?>/assets/css/swiper-bundle.min.css">
<script src="<?php bloginfo('template_url')?>/assets/js/swiper-bundle.min.js" type="text/javascript"></script>
<?php wp_head();?>
</head>
<body>
<header>
<a class="btnsearch" href="#"></a>
<a class="kitkala-basket" href="#"></a>
<a class="registerbtn" href="#">ورود/ ثبت نام</a>
<a class="logo" href="<?php bloginfo('url');?>"><img src="<?php bloginfo('template_url')?>/assets/img/logo.png" alt=""></a>
<nav class="main-menu">
<?php wp_nav_menu( array(
'theme_location' => 'header-menu',
'container' => '',
) )
?>
</nav>
</header>
<div class="kitkala-center">
<?php if(!is_home()){?>
<div class="breadcrumb"><?php custom_breadcrumbs(); ?></div>
<?php }?>