Hello
I want to a different footer or change a picture in category templates
ex.
category-dogs.php
category-cats.php
i want a different image in footer
any ideas?
Hello
I want to a different footer or change a picture in category templates
ex.
category-dogs.php
category-cats.php
i want a different image in footer
any ideas?
if is_category('cats') {
echo img src for cats
} else {
echo img src for dogs
This topic has been closed to new replies.