customizing a wp category
customizing a wp category
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- neverblink0
if on a single page:
<?php
if (in_category('x')){
// do something custom here
}
?>
if on a single page:
<?php
if (in_category('x')){
// do something custom here
}
?>