How to get the taxonomy values of a custom post type

前端 未结 4 1899
清歌不尽
清歌不尽 2021-02-05 22:44

I am creating a new template that will get all the custom post type (Case Studies) content, including the taxonomies values associated with it.

So far I got the follow

4条回答
  •  情深已故
    2021-02-05 23:32

    Have you tried using ?

    If your looking for specific taxonomies that function has optional arguments you can pass in to control the output. See documentation here : http://codex.wordpress.org/Function_Reference/get_taxonomies

提交回复
热议问题