Can we nest post under post in WordPress

Can we make Post as parent of another post in WordPress? like we do for Page i.e. Page Parent.
Or that can be done only with customization.

If already some function exists or some solution kindly post the link. i have searched on google but found nothing like.

Related posts

Leave a Reply

2 comments

  1. With customization? YES it can, but A LOT of it. Well, basically posts and page are sharing the same database table, so posts may have parent too. But you must consider on how to add the parent ID on the table, how to get the parent post/child post data out from database, how to design the rewrite rules for child posts etc.

    But again, it can be done, with a lot of work and effort.

    I suggest you stick with pages, which is naturally can be nested