Exemplo n.º 1
0
?>
		</ul>
	<?php 
corner_end();
?>
</dd>
	<dd class="sc"><?php 
corner_start("noa cat");
?>
		<div class="h2">分类</div>
		<ul><?php 
wp_list_cats("sort_column=name&optioncount=1&feed=RSS");
?>
</ul>
	<?php 
corner_end();
?>
</dd>
	<dd class="sc"><?php 
corner_start("");
?>
		<?php 
include TEMPLATEPATH . '/subscribe.php';
?>
	<?php 
corner_end();
?>
</dd>
</ul>
</div></div> 
?>
	<?php 
get_posts_with_tag("科学大事记");
?>
	<div style="clear:both"></div>
<?php 
corner_end();
?>
</div>



</div></div>

<div id="sidebar"><div id="innersidebar">
<dl>
	<dd class="sc"><?php 
corner_start();
?>
		<?php 
include TEMPLATEPATH . '/subscribe.php';
?>
	<?php 
corner_end();
?>
</dd>

</div></div>
<?php 
//include (TEMPLATEPATH . '/indexsidebar.php');
get_footer();
Exemplo n.º 3
0
<?php

get_header();
?>

	<?php 
if (have_posts()) {
    ?>
		
		<?php 
    while (have_posts()) {
        the_post();
        ?>
		
			<div class="sc"><?php 
        corner_start("post");
        ?>
	
				<h2 class="posttitle" id="post-<?php 
        the_ID();
        ?>
"><a href="<?php 
        the_permalink();
        ?>
" rel="bookmark" title="<?php 
        _e('Permanent link to');
        ?>
 <?php 
        the_title();
        ?>
"><?php