Hello
my php skills are really embarrassing
I want to show a picture with the category name instead of the date in a yootheme template
i managed to show the category name like this
<div class="date">
<?php
printf(get_the_category_list(', '))
?>
</div>
But i don't know the syntax to make it show /images/categoryname.gif
my php skills are really embarrassing
I want to show a picture with the category name instead of the date in a yootheme template
i managed to show the category name like this
<div class="date">
<?php
printf(get_the_category_list(', '))
?>
</div>
But i don't know the syntax to make it show /images/categoryname.gif