Title: Problem with display pages
Last modified: August 31, 2016

---

# Problem with display pages

 *  Resolved [greyflash](https://wordpress.org/support/users/greyflash/)
 * (@greyflash)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/problem-with-display-pages/)
 * Hi. I have problem with display other pages on main page.
    I wrote two codes 
   for this.
 *     ```
       <div class="three-features">
       	<div class="container section-padding">
       		<?php
               $id = 28;
       		$tf_content = get_page($id);
               echo apply_filters('the_content', $tf_content->post_content);
       		?>
       	</div>
       </div>
       ```
   
 *     ```
       <div class="product-advantages darker-bg">
       	<div class="container section-padding">
       		<?php
       		$pa_content = get_post_field('post_content', 43);
       		$pa_content = apply_filters('the_content', $pa_content);
       		echo $pa_content;
       		?>
       	</div>
       </div>
       ```
   
 * In the main WordPress editor all be good, but if i create content in Unyson, 
   content doesn’t display.
 * Regards.
 * [https://wordpress.org/plugins/unyson/](https://wordpress.org/plugins/unyson/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Unyson](https://wordpress.org/support/users/unyson/)
 * (@unyson)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/problem-with-display-pages/#post-7349116)
 * Hello,
 * Use [this function](https://github.com/ThemeFuse/Unyson-PageBuilder-Extension/blob/v1.5.2/helpers.php#L36-L49)
   or [get_posts()](https://wordpress.org/support/topic/pagebuilder-problem-with-content-on-the-frontpage?replies=19#post-8116757)

Viewing 1 replies (of 1 total)

The topic ‘Problem with display pages’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/unyson_4e6064.svg)
 * [Unyson](https://wordpress.org/plugins/unyson/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/unyson/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/unyson/)
 * [Active Topics](https://wordpress.org/support/plugin/unyson/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/unyson/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/unyson/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Unyson](https://wordpress.org/support/users/unyson/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/problem-with-display-pages/#post-7349116)
 * Status: resolved