If Condition in Template
I want to change the subcategory layout on a category page, but I only want the layout to be different for one particular category. Is there a way within the category template to do something like this:
if current category == 34 {
THIS HTML HERE
} else { //for all other categories
DEFAULT HTML HERE
}
__________________
4.0.19
|