Using themes outside blog
-
Hi all,
I would like to use the current selected theme for the rest of my site. Apperently I’m doing some things wrong. I made this test page http://www.jefspalace.be/test.php with this code:
<?php require (‘http://www.jefspalace.be/blog/wp-blog-header.php’); ?>
<?php get_header(); ?>
content goes here
<?php get_sidebar(); ?>
<?php get_footer(); ?>why isn’t this working?
Kind regards,
Jef
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Using themes outside blog’ is closed to new replies.