• Is there a way for me to load a WordPress Page into a webpage in my template? I’d like to do this but also have other custom content around it, similar to how I’ve layed it out below:

    <div class="page page-left">
    	<div class="page-inner">
                <?php // Add WordPress Page Here. ?>
    	</div>
    </div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Add a Page into PHP Code?’ is closed to new replies.