Hallo,
ich hatte - bzw. habe noch - ein Layout mit einer Sidebar. Nun habe ich ein neues Layout mit 2en. Wenn ich das neue aktiviere werden diese aber nicht dargestellt oder nicht richtig. Unter den Widgets steht wie bisher die eine mit den Sachen des alten Layouts.
Im Editor steht folgendes
[COLOR=#333333][FONT=Verdana]sidebar-right.php[/FONT][/COLOR]
PHP
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar(2) ) : else : ?>
<?php endif; ?>
<div class="sidebar_title">Title Side</div>
<div class="sidebar_content">
content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content
</div>
Alles anzeigen
[COLOR=#333333][FONT=Verdana]
[/FONT][/COLOR]
[COLOR=#333333][FONT=Verdana][size=12][COLOR=#333333][FONT=Verdana]sidebar-left.php [/FONT][/COLOR]
[/SIZE][/FONT][/COLOR]
Code
<div class="sidebar_title">Title Side</div>
<div class="sidebar_content">
content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content content
</div>
[COLOR=#333333][FONT=Verdana][size=12]
Was muss ich da ändern?[/SIZE][/FONT][/COLOR]