I'm trying to reach my 'ideal template' using atahualpa. The most important need I have is to mark all the post of certain category with a distinctive background color.
I found this article which suggest to use the post_class PHP function.
I tried to add this in ATO--->Style/edit Center Column---> The Loop
before </div><!-- / Post -->
PHP Code:
<div id="post-39" class="post post-39 category-8 category-test logged-in">
Code:
.category-test {background: #00ff00; border: 1px solid #84aac4;}
but with no result...do you have some suggestions?
thanks thanks =)