How to embed a page into the main index?
-
Hi,
I’d like to embed a wordpess page into the main index page of wordpress, such that the page appears first and then the latest posts appear after it. I found the command for embedding a page to be
<?php query_posts('pagename=about');?></div>
(with the “about” page being the one I want to embed). However no matter what I try, if I get the embedded page to show, then none of the posts will show.Can anyone help out please? Where is the proper place to add the code to?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘How to embed a page into the main index?’ is closed to new replies.