<body>
<div id="wrapper">
<h2>1stWebDesigner PHP Template</h2>
<ul>
<?php wp_list_pages(\'title_li=\');?>
</ul>
</div> <!-- end #nav -->
<div id="content">
<?php if(have_posts()) :while (have_posts()) : the_posts();?>
<h1><?php the_title(); ?></h1>
<?php the_content(); ?>
<?php endwhile; endif;?>
</div> <!-- end #content -->
<div id="sidebar">
Navigation
Home
About Us
Links
Portfolio
Contact
Box Two
Link Here
Link Here
Link Here
Link Here
Link Here
Box Three
Link Here
Link Here
Link Here
Link Here
Link Here
</div> <!-- end #sidebar -->
Copyright © 2010 1stWebDesigner.com PHP Template
</div> <!-- End #wrapper -->
</body>
我使用此代码显示内容,但得到的是空白页