wp sidebar content q
wp sidebar content q
Out of context: Reply #1
- Started
- Last post
- 2 Responses
- bulletfactory0
in the template, write a conditional statement - ie:
if (is_category ( '9' )){ html for sidebar
} elseif (is_category ('12' )) { html sidebar
} etc.