Koşula göre sayfa çağırmak
Çoğu tema geliştiricileri woocommerce sayfasında bir sidebar tercih ediyor, ama ben şahsen buna karşıyım. Aşağıdaki kod woocommerce sayfasında sidebar göstermez ama diğer sayfalarda gösterir.
<?php if (is_shop()) { ?>
<?php get_template_part('woocommerce'); ?>
<?php } else { ?>
<?php get_header(); ?>
<div class="sample__class">
<p>some content goes here
</div>
<?php } ?>
Yorumunuzu ekleyin
Yorum yapmak için giriş yapmalısınız.