templatepath makes page content disappear
-
This is my first wordpress theme – and I’m having trouble…
I’m making a pure static site and i’m making my page.php – this is the code i’m having issues with:
<div id="contentWrap"> <?php include(TEMPLATEPATH . '/sidebar2.php'); ?> <div class="content btmPad"> <?php the_content(); ?> </div> </div><!-- end of contentWrap -->
before i added TEMPLATEPATH, the content from my static pages were visible, however when I add TEMPLATEPATH, the content disappears. what am i doing wrong? any help will be greatly appreciated?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘templatepath makes page content disappear’ is closed to new replies.