In meiner Datei finde ich allerdings keine Zeile, in der "If this is the Frontpage" vorkommt. Hab's dann mal mit "[COLOR=#0000cc][COLOR=black]is_home" probiert. Da kommt dann das hier:[/COLOR][/COLOR]
PHP
<?php if (function_exists('wp_theme_switcher')) { ?>
<li id="themeswitcher">
<h2><?php _e('Themes'); ?></h2>
<?php wp_theme_switcher(); ?>
</li>
<?php } ?>
<?php if (is_home()) { ?>
<?php get_links_list(); ?>
<?php } ?>
[COLOR=#0000cc][COLOR=black]Vielleicht davon irgendwas löschen?[/COLOR][/COLOR]