Page Template – no content showing up
-
I have a problem with one of page templates.
It used to work and I am not sure why it has stopped working. Nothing shows up any more except the header and footer.
If I use another page template the content shows.Please help!
Below is code:
[please mark the code using the code button]
<?php /** */ ?> <?php get_header(); ?> <?php the_post(); ?> <?php $page = get_page($post->ID); ?> <?php get_sidebar('news'); ?> <div id="press_releases"> <?php the_content(); ?> <?php get_subtemplate($page, 'news_') ?> </div> <div class="clear"> </div> <?php get_footer(); ?>
The topic ‘Page Template – no content showing up’ is closed to new replies.