vielen Dank für die Hilfe...
ich werde manchmal blind, wenn ich zu lange sitze... klar im Widgetmenü.
In der widget.php hab ich folgendes gefunden:
PHP
<ul>
<?php wp_register(); ?>
<li><?php wp_loginout(); ?></li>
<li><a href="<?php bloginfo('rss2_url'); ?>" title="<?php echo attribute_escape(__('Syndicate this site using RSS 2.0')); ?>"><?php _e('Entries <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
<li><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php echo attribute_escape(__('The latest comments to all posts in RSS')); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
<li><a href="http://wordpress.org/" title="<?php echo attribute_escape(__('Powered by WordPress, state-of-the-art semantic personal publishing platform.')); ?>">WordPress.org</a></li>
<?php wp_meta(); ?>
</ul>
Dann hab ich einfach einmal versucht den Wordpress link auszukommentieren... einmal mit <!-- --> und dann mit /* */
Hat beides nicht funktioniert.
Außerdem gibt es da den Link: Site Admin
Wo genau muss ich den löschen, um ihn raus zu haben?