Menüde sorun yoktu sonra http://wmaraci.com/forum/wordpress/1-wp-2-farkli-kategori-sistemi-73527.html konusunu açtım 2 farklı kategori sistemi yapmak için ve oldu ancak üst menü bozuldu. Yardımcı olabilecek arkadaşlara şimdiden teşekkürler.
header.php;
>
'') ? get_option('evid_logo') : get_bloginfo('template_directory').'/images/logo-'. esc_attr(get_option('evid_color_scheme')).'.png'; ?>
$primaryNav = '';
if (function_exists('wp_nav_menu')) {
$primaryNav = wp_nav_menu( array( 'theme_location' => 'primary-menu', 'container' => '', 'fallback_cb' => '', 'menu_class' => $menuClass, 'echo' => false ) );
};
if ($primaryNav == '') { ?>
else echo($primaryNav); ?>
eVid: style-Black.css
/*------------------------------------------------*/
/*-------------------[SIDEBAR]--------------------*/
/*------------------------------------------------*/
#sidebar { float: right; padding-left: 0px; padding-right: 0px; width: 308px; }
.sidebar-box { margin-bottom: 15px; float: left; width: 308px; background-image: url(images/sideblock-bg-Black.gif); }
.sidebar-box-bottom { background-image: url(images/sideblock-bottom-Black.gif); background-position: bottom; background-repeat: no-repeat; width: 308px; margin-bottom: 0px; height: 14px; }
.sidebar-box ul li a:link, .sidebar-box ul li a:visited, .sidebar-box ul li a:active { color: #bababa; }
.sidebar-box ul li { color: #bababa; margin: 5px 3px 3px 5px; }
.sidebar-box ul { list-style-image: url(images/bullet-Black.gif); padding-bottom: 10px; }
.sidebar-box ul li a:hover { color: #fff; }
.sidebar-box h2 { font-size: 12px; color: #fff; font-weight: normal; text-transform: lowercase; font-weight: bold; background-image: url(images/sideblock-top-Black.gif); background-repeat: no-repeat; background-position: left; width: 293px; height: 48px; margin: 0px; padding-left: 15px; padding-top: 15px; display: block; }
table#wp-calendar { margin-left:30px; }