wordpress: how to add hierarchy to posts

后端 未结 8 1607
挽巷
挽巷 2020-12-30 16:01

I am creating a web-site on wordpress platform where I want to be able to post my own book texts. So what I want is to have a some kind of hierarchy where I would add a post

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-30 16:39

    best solution is to create custom taxonomy [1]: http://codex.wordpress.org/Function_Reference/register_taxonomy and create main slug - books or something else.

提交回复
热议问题