bei der footer php Seite fehlt nach ein paar Änderungen die Inhalte der <ha> Tags in den Columns
anbei der gesamte code
PHP
<div id="bottomcontainer">
<div class="content">
<div id="column1">
<div class="bottomsmallleft"><?php posts_nav_link('','','« Previous posts'); ?></div>
<ha>Categories</ha>
<ul>
<?php wp_list_cats(); ?>
</ul>
</div>
<div id="column2">
<form method="get" id="searchform" action="<?php bloginfo('home'); ?>/"><div class="bottomsmallcenter"><input type="text" value="Search" name="s" id="s" /><input type="image" id="ssubmit" src="<?php bloginfo('template_directory'); ?>/images/search.png" /></div></form>
<div>
<ha>Most commented</ha>
<ul>
<?php $result = $wpdb->get_results("SELECT comment_count,ID,post_title FROM $wpdb->posts ORDER BY comment_count DESC LIMIT 0 , 60");
foreach ($result as $topten) {
$postid = $topten->ID;
$title = $topten->post_title;
$commentcount = $topten->comment_count;
if ($commentcount != 0) {
?>
<li><a href="<?php echo get_permalink($postid); ?>"><?php echo $title ?> (<?php echo $commentcount ?>)</a></li>
<?php } } ?>
</ul>
</div>
</div>
<div id="column3">
<div class="bottomsmallright"><?php posts_nav_link('','Next posts »',''); ?></div>
<ha>Latest 60 posts</ha>
<ul>
<?php get_archives('postbypost','60','custom','<li>','</li>'); ?>
</ul>
</div>
</div>
</div>
<div id="footer"></div>
<div class="content">Nightfly.cc
</div>
</div>
</div>
</body>
</html>
Alles anzeigen
Ich kann es mir nicht erklären
Bin für jede Hilfe sehr dankbar
Die seite - http://www.nightfly.cc