Beispiel #1
0
	</div>
	<div class="alignright">
		<div class="cssbutton"><?php 
        next_post_link('%link »', 'Next Post', false);
        ?>
</div>
	</div>
</div>
<br style="clear:both;"/>
	<h2>Related Posts:</h2>
	<?php 
        similar_posts();
        ?>
	<h2>Other Posts:</h2>
	<?php 
        random_posts();
        ?>
<div class="entry">
	<?php 
        comments_template();
        ?>
	</div>

	<?php 
    }
} else {
    ?>
<div class="entry">
		<p>Sorry, no posts matched your criteria.</p>
</div>
<?php 
<div id="footer">
<p>
<?php 
if (function_exists(bstat_todayrefs) && !is_home()) {
    echo 'recenlty searched: ';
    bstat_todayrefs(20, '', ' ');
    echo '<br/>random posts: ';
    random_posts(10, 30, '', ', ', '', '</p><br/>', false, false);
    echo '<br/>popular today: ';
    bstat_todaypop(20, '', ' ');
}
?>
</p>
<ul class="menu">
<li><a href="http://masbuchin.com">Proxy</a></li>
<?php 
wp_list_pages('title_li=');
?>
</ul>

<p style="clear:both;"><?php 
bloginfo('name');
?>
 <?php 
_e('is proudly powered by <a href="http://www.wordpress.org/" title="WordPress" rel="nofollow">WordPress</a> and <a href="http://www.wpdesigner.com" title="WordPress Themes" rel="nofollow">WPDesigner</a>.');
?>
</p>
<?php 
wp_footer();
?>