Content doesn't display in own made theme
-
Hey.
Currently I am making my own theme for my website but when I want to check it out it doesn’t display my content. I don’t know why it doesn’t display it correctly.
This is my index.php code:
<?php get_header(); ?> <div id="page"> <div id="page-bgtop"> <div id="page-bgbtm"> <div id="content"> <div class="post"> <h2 class="title"><?php the_title(); ?></h2> <div style="clear: both;"></div> <div class="entry"> <?php the_content('Read the rest of this entry ?'); ?> </div> </div> </div> <!-- end #content --> <?php get_sidebar(); ?> <?php get_footer(); ?>
My content in WordPress consists mostly of pages.
Please help me, I don’t know how to get it to work. I already checked the wordpress codex and numerous tutorials but nothing seems to solve my problem…I hope I gave enough information. If not, just ask for the other code ??
Thanks in advance for any help!
Greetings and a happy new year, dragongamer54
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Content doesn't display in own made theme’ is closed to new replies.