Hallo,
mein erster Post! Toll!
Ich komme soweit ganz gut klar bis jetzt mit WP! Habe die 2.05 installiert und mich mit dem Buch von Bomotsverlag soweit ganz gut reingelesen.
Nun habe ich - wie es hier auch in diversen Threads umschrieben ist - einmal den zur zeit für mich noch lästigen metabereich in der Sidebar2.php auskommentiert. Löschen ist mir immer zu drastisch!
Auskommentiert heißt mit
<!--
[Text]
--!>
Das klappt auch gut...
aber nur im Firefox wird es richtig angezeigt.
Im Internetexlorer hat das keine Wirkung. Im Gegenteil: der IE 7 setzt unter den eigentlich auskommentierten META-Bereich glatt noch das --!> in die Browseranzeige.
Hier mal als Einfügung meine Sidebar2.php
<div style="text-align:center">
<a href="feed:<?php bloginfo('rss2_url'); ?>"><img src="<?php bloginfo('template_url'); ?>/img/feed.gif" alt="XML Feed" width="62" height="73" border="0" id="feed"/></a></div><br />
<ul id="sidebarright">
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>
<li id="search">
<?php _e('<h2>Seitensuche</h2>'); ?>
<form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
<div>
<input type="text" name="s" id="s" size="15" />
<input type="submit" value="<?php _e('Search'); ?>" />
</div>
</form>
</li>
<?php get_links_list(); ?>
[COLOR=red]<!--[/COLOR]
[COLOR=red]<li id="meta"><?php _e('<h2>META</h2>'); ?>[/COLOR]
[COLOR=red] <ul>[/COLOR]
[COLOR=red] <?php wp_register(); ?>[/COLOR]
[COLOR=red] <li><?php wp_loginout(); ?></li>[/COLOR]
[COLOR=red] <li><a href="feed:<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>[/COLOR]
[COLOR=red] <li><a href="feed:<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>[/COLOR]
[COLOR=red] <li><a href="[/COLOR][URL="http://validator.w3.org/check/referer"][COLOR=red]http://validator.w3.org/check/referer[/COLOR][/URL][COLOR=red]" title="<?php _e('This page validates as XHTML 1.0 Transitional'); ?>"><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?></a></li>[/COLOR]
[COLOR=red] <li><a href="<A href="http://gmpg.org/xfn/"><abbr">http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>[/COLOR]
[COLOR=red] <li><a href="[/COLOR][URL="http://wordpress.org/"][COLOR=red]http://wordpress.org/[/COLOR][/URL][COLOR=red]" title="<?php _e('Powered by WordPress, state-of-the-art semantic personal publishing platform.'); ?>"><abbr title="WordPress">WP</abbr></a></li>[/COLOR]
[COLOR=red] <?php wp_meta(); ?></ul></li>[/COLOR]
[COLOR=red]-->[/COLOR]
<?php endif; ?>
</ul>
Alles anzeigen
Hat jemand eine Ahnung, was hier zu tun ist?
Vielen Dank, Daniel