Different parameters per category listing page
Hi everyone,
I would like to create different listing pages, for each category. For example, for the category "real estate", I would like to implement a picture of a building above the listing. For the category "vehicle", I would like to implement a picture of a car above the listing, and so on.
I tried to create different parameters on the following page: taxonomy-ad_cat.php
For achieving it, I tried to use the following parameters, but it did not work:
<?php if (is_ad_cat(9) ) { ?><img...><?php } ?>
<?php if (is_tax(9) ) { ?><img...><?php } ?>
<?php if (is_category(9) ) { ?><img...><?php } ?>
<?php if (is_APP_TAX_CAT(9) ) { ?><img...><?php } ?>
Do you know what would be the good php parameter in this case?
Many thanks in advance.
With best regards