Title: Show pages in posts section
Last modified: August 30, 2016

---

# Show pages in posts section

 *  [haniver](https://wordpress.org/support/users/haniver/)
 * (@haniver)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/show-pages-in-posts-section/)
 * Hello,
    There’s a section in the home page that shows previews of the last blog
   entries. I need it to show previews of the pages instead of posts. Can this be
   done? How? I’m using a theme child of Advertica Lite Thank you.

Viewing 1 replies (of 1 total)

 *  [Tanay](https://wordpress.org/support/users/tanaykhandelwal-1/)
 * (@tanaykhandelwal-1)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/show-pages-in-posts-section/#post-6718956)
 * Hello haniver,
 * You can do so by changing the **WP_Query** param set for post to the particular
   pages in **template-front-page.php**
 * `$advertica_lite_latest_loop = new WP_Query( array( 'post_type' => 'page', 'post__in'
   => array( 2, 5, 12, 14, 20 ) ) );`
 * replace the numbers with the page id’s which you wants to show on front. refer
   [WP_Qwery](https://codex.wordpress.org/Class_Reference/WP_Query#Post_.26_Page_Parameters)
   for more.
 * please let me know if you run into any issues with it 🙂
 * Regards,
    Tanay Khandelwal

Viewing 1 replies (of 1 total)

The topic ‘Show pages in posts section’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/advertica-lite/1.0.11/screenshot.
   png)
 * Advertica Lite
 * [Support Threads](https://wordpress.org/support/theme/advertica-lite/)
 * [Active Topics](https://wordpress.org/support/theme/advertica-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/advertica-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/advertica-lite/reviews/)

## Tags

 * [home](https://wordpress.org/support/topic-tag/home/)
 * [page](https://wordpress.org/support/topic-tag/page/)
 * [pages](https://wordpress.org/support/topic-tag/pages/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tanay](https://wordpress.org/support/users/tanaykhandelwal-1/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/show-pages-in-posts-section/#post-6718956)
 * Status: not resolved