Sorry, for a post it should be is_single
Quote:
is_single('17')
When Post 17 is being displayed as a single Post.
|
taken from
http://codex.wordpress.org/Conditional_Tags
Per, try this - substitute your post id for the 17
HTML Code:
<?php if ( !is_single('17') ) { bfa_post_byline('<div class="post-byline">','</div>');} ?>
you can get the post id by editing the post, look at teh address and the number at the end is the post id