Bhoo Responsive Wordpress Themes, Testing Edit Readme file
#Font Big ##Font mediam ###Font small Font bold Font Italic Font normal
Blockquote
Inline coding <?php wp_nav_menu( ); ?>
Default coding
<div class="responsive-nav">
<?php wp_nav_menu(
array(
'container' => false,
'theme_location' => 'main-menu',
'fallback_cb' => 'responsivenavfallback',
'items_wrap' => '<select onchange="location = this.options[this.selectedIndex].value;"><option value="#">' . __( 'Navigation' ) . '</option>%3$s</select>',
'walker' => new Walker_Nav_Menu_Responsive(),
'depth' => 0,
)
);
?>
</div>
PHP coding
<div class="responsive-nav">
<?php wp_nav_menu(
array(
'container' => false,
'theme_location' => 'main-menu',
'fallback_cb' => 'responsivenavfallback',
'items_wrap' => '<select onchange="location = this.options[this.selectedIndex].value;"><option value="#">' . __( 'Navigation' ) . '</option>%3$s</select>',
'walker' => new Walker_Nav_Menu_Responsive(),
'depth' => 0,
)
);
?>
</div>
CSS Coding
.selector {
background: red;
padding: 0;
margin: 0;
}
Bullete
- Test 1
- Test 2
- Test 3