Supremos Foro de Discusión
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

quitando menu del wordpress

Ir abajo

quitando menu del wordpress Empty quitando menu del wordpress

Mensaje por guagua Miér Ene 26, 2011 11:31 pm

editar Cabecera (header.php)

código original

Código:
<!-- #branding -->

         <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 -->

codigo editado

estas etiquetas se editan luego todo el code se deja igual
Código:
<!-- #branding
 #access -->
guagua
guagua
Principiante
Principiante

Masculino Mensajes : 118
Puntos : 317
Reputación : 4
Fecha de inscripción : 11/07/2010
Edad : 42
Localización : Junin, Buenos Aires, Argentina

http://fabianbonetti.blogspot.com

Volver arriba Ir abajo

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.