hi ich komme nicht ins wp-admin rein aber wenn ich meinedomain.tld/wp-admin aufrufe erscheint ein leeres weises feld aber ich komme so überall rein meinedomain.tlp/wp-admin/edit.php von dort aus kann ich auf alles zugreifen.
gestern konnte ich noch ins dashbaord und heute glaube ich auch heute habe ich an der Sidebar einige einstellungen vorgenommen damit es meinen vorstellungen entspricht.
hier der code
PHP
<div id="sidebar">
<div id="sidebar-top">
<?php /* Widgetized sidebar, if you have the plugin installed. */ if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?>
<?php endif; ?>
</div>
<div id="sidebar-bottom">
<?php /* Widgetized sidebar, if you have the plugin installed. */ if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(4) ) : ?>
<?php endif; ?>
</div>
<div id="sidebar-middle" class="clearfloat">
<div id="sidebar-left">
<?php /* Widgetized sidebar, if you have the plugin installed. */ if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(2) ) : ?>
<a href="http://meinedomain.tld" target="_blank"><img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/banners/werbung1.jpg" alt="" width="125px" height="125px" /></a>
<?php endif; ?>
</div>
<div id="sidebar-right">
<?php /* Widgetized sidebar, if you have the plugin installed. */ if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(3) ) : ?>
<a href="meinedomain.tld" target="_blank"><img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/banners/werbung2.jpg" alt="" width="125px" height="125px" /></a>
<?php endif; ?>
</div>
</div>
<div id="sidebar-ads">
<a href="http://meinedomain.tld" target="_blank"><img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/banners/square.jpg" alt="" width="300px" height="250px" /></a>
</div>
</div>
Alles anzeigen