Insert page into homepage?
-
I currently am using a theme that I got from theme forest.
The current theme calls code to insert a photo gallery. Instead, I want to include a page that can be maintained and edited through the WP control panel on the back end.
I removed the code where the gallery was, and inserted this code:
<?php
query_posts(‘pagename=home’); //retrieves the about page only
?>I have a page that is called “home” but nothing happens when I save it. I know i inserted it in the the right spot because when i insert stasndard html, it appears. am i doing something wrong?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Insert page into homepage?’ is closed to new replies.