Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Display tags for posts under Work Category? Re: Display tags for posts under Work Category?

#111423
TheDoc
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`.