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?
-
You’re in the wrong forum. This forum is for those hosted at the free-hosting service, wordpress.com. You need to inquire over at http://wordpress.org/support/ as that is where self-hosted blogs are supported. We cannot access or modify any of the underlying theme or wordpress files, and cannot use javascript or PHP here.
-
- The topic ‘How to embed a page into the main index?’ is closed to new replies.