I have created a custom post type and custom category for that post. There are some categories in that custom category. now I want to get the links for each category I have in that list.
I just want to get the link form its tag id. how can I do that
|
I have created a custom post type and custom category for that post. There are some categories in that custom category. now I want to get the links for each category I have in that list. I just want to get the link form its tag id. how can I do that |
|||
|
As the other's mentioned, If you specifically want the link (URL), you can use
If you have the whole term object -- for example the object returned by
|
|||
|
|
wp_list_categories– soulseekah Mar 14 '12 at 13:04