Intergrating WordPress Theme in Other Pages
-
Can anyone tell me what PHP Includes (header and footer) to use so that my WordPress theme is on all of my pages.
I’ve already tried:
<?php require_once(“YOURABSOLUTEPATHHERE/wp/wp-blog-header.php”);?> <?php get_header(); ? >
//
<?php get_footer(); ?>And just plain:
<?php get_header(); ? >
//
<?php get_footer(); ?>But, those don’t seem to be working. My site is https://egolicious.net and I’ve tried those PHP Includes on my “About” page (https://egolicious.net/about.php). It just keeps giving me this message:
Parse error: syntax error, unexpected ‘/’ in /home/egolicio/public_html/about.php on line 1
And I don’t know what that means =S. Please help!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Intergrating WordPress Theme in Other Pages’ is closed to new replies.