• 08-09-2010, 13:45:36
    #1
    selam, ben birşey üzerinde bir kaç edit yapmaya çalışıyorum yalnız header'de sayfalar bu şekilde çıkıyor


    kodun olduğu bölüm
    <div id="access" role="navigation">
    			  <?php /*  Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff */ ?>
    				<div class="skip-link screen-reader-text"><a href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentyten' ); ?>"><?php _e( 'Skip to content', 'twentyten' ); ?></a></div>
    				<?php /* Our navigation menu.  If one isn't filled out, wp_nav_menu falls back to wp_page_menu.  The menu assiged to the primary position is the one used.  If none is assigned, the menu with the lowest ID is used.  */ ?>
    				<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
    			</div><!-- #access -->
    		</div><!-- #masthead -->
    	</div><!-- #header -->
    sayfaları kaldırmak için
    <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
    kodunu kaldırdığımda tamamen kalkıyor, ben sağdece baştaki başlangıç yazan yazıyı kaldırabilirmiyim ? ve biraz küçültebilirmiyim ?
  • 08-09-2010, 15:03:00
    #2
    www.arslania.com
    Temanın fonksiyon dosyasına göz atın.
  • 08-09-2010, 15:05:18
    #3
    functions.php icerisindedir.
  • 08-09-2010, 16:58:56
    #4
    orjinal temadır biraz kurcaliyacagim teşekkür ederim