Title: Inline page
Last modified: August 19, 2016

---

# Inline page

 *  [banded](https://wordpress.org/support/users/banded/)
 * (@banded)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/inline-page/)
 * All,
 * Is there a plugin that can put a page into another page?
 * I have a static page as front page and another one with my posts.
    I would like
   to be able to put multiple pages on one page
 * There are a lot of inline post plugins, but none for pages.
 * I found the aWP plugin, but thisone also seems to be only adressing inline posts
 * thx,
    Robbie

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [michaelisc](https://wordpress.org/support/users/michaelisc/)
 * (@michaelisc)
 * [17 years, 7 months ago](https://wordpress.org/support/topic/inline-page/#post-694786)
 * Inline posts plugin should do what you want. Watch it, though. It’s currently
   breaking my XML feed and I can’t figure out why.
 *  [chrizbo](https://wordpress.org/support/users/chrizbo/)
 * (@chrizbo)
 * [17 years, 4 months ago](https://wordpress.org/support/topic/inline-page/#post-694794)
 * I was trying to add a page to my index page at the top (before the posts), like
   this:
 *     ```
       ...
       <div id="content" class="narrowcolumn">
   
       	<div>
       		<?php
       			$insertPage = get_page_by_title('InsertPage'); 
   
       			$insertPage->post_content;
       		?>
       	</div>
   
       	<?php if (have_posts()) : ?>
       ...
       ```
   
 * The code doesn’t seem to display anything though. Is there something I am doing
   wrong?
 * Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Inline page’ is closed to new replies.

## Tags

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

 * 2 replies
 * 3 participants
 * Last reply from: [chrizbo](https://wordpress.org/support/users/chrizbo/)
 * Last activity: [17 years, 4 months ago](https://wordpress.org/support/topic/inline-page/#post-694794)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
