Forums
(@kcmcg)
15 years ago
I was just putting this exact thing together myself. Your issue was…
<p><?php if ( is_category('14')) {
should be
<p><?php if ( in_category('14')) {