<?php if ( ($st_post_meta['category'] == 1) && (!in_category( '1' )) ) { ?>
<li class="category">
<i class="icon-folder-close"></i>
<?php the_category('/ '); ?>
</li>
<?php } ?> Php Koduna H2 Tag Eklemek
2
●244
- 12-01-2015, 01:04:21Arkadaşlar Merhaba. Sitemin herhangi bir sayfasında ilgili kategori yazısının H2 olarak geçmesini istiyorum. Bu mümkün müdür? Eğer mümkünse aşağıdaki gibi bir kod var content-meta.php de. Doğru bir şekilde nasıl <H2> ekleyebilirim bu koda danışmak istedim.
- 12-01-2015, 01:07:40Onursal ÜyeMoN adlı üyeden alıntı: mesajı görüntüle
<?php if ( ($st_post_meta['category'] == 1) && (!in_category( '1' )) ) { ?> <li class="category"> <i class="icon-folder-close"></i> <h2><?php the_category('/ '); ?></h2> </li> <?php } ?>