Konu
Birden fazla koşul etiketi kullanmak ?
13-08-2012, 09:42:32
#4
gevv
@oksimoron hocam teşekkürler
@cudjex hocam daha fazla koşul için sadece or kullanmak yeterlimi
<?php if (is_single() or is_category() or is_tag() or is_archive() ) { ?>
....
<?php } ?>
gbi