Home › Forums › CSS › Display tags for posts under Work Category? › Re: Display tags for posts under Work Category?
April 18, 2013 at 12:33 pm
#111423
Member
There is a lot of code going on there and I’m not sure it’s all needed. Can you show me the output your trying to achieve in basic HTML? I know you gave an example at the end there, but you also have some tag cloud stuff going on in your PHP.
In your first `get_the_tags()` function you can just be pumping out each tag name by using `$tag->name`.