• I know that we can create a parent page in WordPress. Later we can create multiple subpages linking to the parent page.

    I want to know if a similar kind of hierarchy is possible with posts.I also want to know if it can be created without custom posts?

Viewing 1 replies (of 1 total)
  • No, posts can’t have parents. They can be assigned to categories, which can be organised hierarchically. Pages, however, can have parents and you can build a menu structure out of them by using that feature.

    As to where this is enforced: The parent of a post is stored in the column “post_parent” in “wp_posts”. It’s not really enforced as such, just the default UI doesn’t give you an option to set it and default WP coding doesn’t use that value for Posts. It wouldn’t be too difficult to create a custom post type to have posts with parents though.

    But this plugin offer something like this.
    https://wordpress.org/plugins/custom-post-type-parents/

    hope it’s help for you.

    • This reply was modified 7 years, 3 months ago by Afzal Multani. Reason: Add refference link
Viewing 1 replies (of 1 total)
  • The topic ‘How to create parent post in WordPress?’ is closed to new replies.