Your Ad Here

Posted By

nachuge on 01/21/11


Tagged


Versions (?)

wordpress kategori adı ve id sini almak


 / Published in: PHP
 

  1. <h3><?php $cat = get_the_category(); echo $cat[0]->cat_name; ?></h3>
  2. <?php if($cat[0]->cat_ID == 3) { ?>

Report this snippet  

You need to login to post a comment.