Also ich erkläre jetzt mal wie ichs gemacht habe, ich habe eine neue Seite erstellt (Downloads) danach habe ich mir per FTP die neue Sidebar.php gedownloadet in der stand aber nicht von der Seite Downloads nur das:
<html>
<head>
</head>
<body>
<div id="sidebar">
<ul>
<li>
<h2>About</h2>
<ul>
This is the story of me and him and it and her. Actually this is where
you give me the reader a primer on what all this tom foolery is all
about, yes?
</ul>
</li>
<?php wp_list_pages('title_li=<h2>' . __('Pages') . '</h2>' ); ?>
<?php if (function_exists('wp_theme_switcher')) { ?><li>
<h2><?php _e('Themes'); ?></h2>
<?php wp_theme_switcher(); ?>
</li>
<?php } ?> <li>
<h2><?php _e('Categories'); ?></h2>
<ul>
<?php list_cats() ?>
</ul>
</li>
<li>
<h2><?php _e('Links'); ?></h2>
<ul>
<?php get_links('-1', '<li>', '</li>', '<br />'); ?>
</ul>
</li>
</ul>
</div>
</body>
</html>
Alles anzeigen
Da ich da nirgents Downloads gefunden habe, habe ich die Zeile mit dem von dir ersetzt:
[LEFT] [COLOR=#000000] [COLOR=#0000CC]<?php wp_list_pages[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'title_li=<h2>' [/COLOR][COLOR=#006600]. [/COLOR][COLOR=#0000CC]__[/COLOR][COLOR=#006600]([/COLOR][COLOR=#CC0000]'Seiten'[/COLOR][COLOR=#006600]) . [/COLOR][COLOR=#CC0000]'</h2>' [/COLOR][COLOR=#006600]); [/COLOR][COLOR=#0000CC]?>
[/COLOR] [/COLOR] [/LEFT]
Nachdem ich des gemacht habe war ausser das die neue Seite Downloads verschwunden war nichts passiert.Bitte erklär mir was ich falsch gemacht habe!