Deutsch

Copyright Footer WordPress

23.10.13 12:00
Re: Copyright Footer WordPress
 
kitnemid посетитель
kitnemid
в ответ kitnemid 23.10.13 11:59
if ( has_nav_menu( 'footer_nav' ) ) {
$footer_nav = array(
'theme_location' => 'footer_nav',
'container' => '',
'menu_id' => 'g1-footer-nav-menu',
'menu_class' => '',
'depth' => 1
);
wp_nav_menu($footer_nav);
} else {
 

Перейти на