bobbyq
12-13-2010, 04:14 PM
Hi, I've got a premium wordpress theme that I'm currently modifying to that tags are used for navigation. The theme developers do not provide support for modifications and I want to show the description field on the corresponding tag page. Does anyone have any pointers to a good tutorial? (I'm a PHP novice).
Thanks.
abduraooft
12-13-2010, 04:34 PM
and I want to show the description field on the corresponding tag page. Sorry, your requirement is not clear.
Rowsdower!
12-13-2010, 08:28 PM
Take a look at the Wordpress codex:
http://codex.wordpress.org/Function_Reference/tag_description
They have a very simple example there to get you started. If you get lost with that let us know.
bobbyq
12-14-2010, 03:10 PM
Take a look at the Wordpress codex:
http://codex.wordpress.org/Function_Reference/tag_description
They have a very simple example there to get you started. If you get lost with that let us know.
@Rowdower - thanks. I'll take a look.