Impreza04
09-10-2005, 08:14 PM
I've been trying to put a Message that displays only to guests..
However, it either disappears or displays to everyone...
So far ive tried
if ($show == 'guest')
{
echo "<div class=\"post\">$vbphrase[first_visit_message]<br/>$vbphrase[archive_guest]</div><br/>";
}
and tried "is_member_of"..
In the archive_postheader hook..
Neither work..
Anyone have any idea or point me in the correct location.
However, it either disappears or displays to everyone...
So far ive tried
if ($show == 'guest')
{
echo "<div class=\"post\">$vbphrase[first_visit_message]<br/>$vbphrase[archive_guest]</div><br/>";
}
and tried "is_member_of"..
In the archive_postheader hook..
Neither work..
Anyone have any idea or point me in the correct location.