display class on current page
-
So i have a list of the all posts in a particular category. I would like to display a class on the current page. I have the below code working…but it only works outside of the loop which doesn’t help me when I am displaying a list of post titles. Does anyone have any ideas how to do this within a loop?
<?php $current=$post->ID; ?>
<?php if ( is_single($current) ) {
echo ‘id=”current”‘;
} else {}
?>
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘display class on current page’ is closed to new replies.