Drupal 7 divides content in two types:
Article
Use articles for time-sensitive content like news, press releases or blog posts.
Basic page
Use basic pages for your static content, such as an 'About us' page.
Then, that content can be inserted into blocks (located in the header, content, footer etc.)
I wonder if I can get the same result by using Wordpress Pages as Drupal's Basic pages with the get_pages function.
So one Page will have many "child pages" displaying content in different blocks within the parent page.
Because right now, I'm using "Posts" filtered as "Categories" in order generate editable static content.
Which one is the best way to go?