wordpress: how to add hierarchy to posts

后端 未结 8 1608
挽巷
挽巷 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:21

    Using a plugins like CPT UI, you can create a custom post type and set it to have hierarchical tree.

    Then just check that the post type page-attribute is set for this custom post type and voile, your posts now have hierarchical states.

    https://wordpress.org/plugins/custom-post-type-ui/

提交回复
热议问题