CHANGING STYLESHEET
-
Hello can someone please help.
I’ve got this if is page statement and it works fine. But i need to modify it so that it works with category IDs instead of is page.
here is the code. Its on the body tags.
<body <?php if ( is_page(‘Home’) ) { echo ‘ class=”active”‘; } ?>
<?php if ( is_page(‘Im a member’) ) { echo ‘ class=”active2″‘; } ?>
<?php if ( is_page(‘Im new’) ) { echo ‘ class=”active3″‘; } ?>>Can someone help me please.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘CHANGING STYLESHEET’ is closed to new replies.