Konu: Bu basit kod nasıl yazılır ?
01.12.2018 01:13
$tags = get_the_tags(); $first_tag = $tags[0]->name; echo $first_tag;