Another tag related question I have is on my index page, I try and filter
out posts with a specific tag, to style them differently. The way I do that
is using something like:
<?php if( in_array('Asides', $post->tags ) ): ?>

If it's tagged as an aside then it'll show up here and I style it in a way.

Alternatively I could have:
<?php elseif( in_array('Featured', $post->tags ) ): ?>

And style it in another way.

This appears to have stopped working as well (which I'm guessing is down to
the new changes in the taxonomy). Soooo any ideas how I can get this
functionality back?

Thanks again,

-----------------------------------------
Khaled Abou Alfa
www.brokenkode.com

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/habari-users

Reply via email to