Skip to content

Instantly share code, notes, and snippets.

@till
Created November 24, 2010 21:08
Show Gist options
  • Save till/714416 to your computer and use it in GitHub Desktop.
Save till/714416 to your computer and use it in GitHub Desktop.
<?php
$_class = '';
if($IDOutsideLoop == $post->ID) {
$_class .= ' class="leftcurrent" ';
}
?>
<li>
<a href="<?php the_permalink() ?>"<?php echo $_class; ?>rel="bookmark" title="<?php the_title(); ?>">
<?php the_title(); ?>
</a>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment