Hello everyone. I have one problem and I can't solve it.
I'm trying to use another div style for one category. So before the loop I tried something like:
<?php if (single_cat_title()=="Demotivatori"){include("demotivatori.php");} ?>
where in demotivatori.php is the same loop but with other div class.
If I change the class stlye in index.php then it's working perfect but problem is that I want this style only in exactly Category.
Help pls..