hello
Server : Apache System : Linux webm006.cluster103.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : chryzalihi ( 621211) PHP Version : 8.3.31 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl Directory : /home/c/h/r/chryzalihi/www/wp-content/themes/bloglo/template-parts/header/ |
<?php
/**
* The template for displaying header navigation.
*
* @package Bloglo
* @author Peregrine Themes
* @since 1.0.0
*/
?>
<nav class="site-navigation main-navigation bloglo-primary-nav bloglo-nav bloglo-header-element" role="navigation"<?php bloglo_schema_markup( 'site_navigation' ); ?> aria-label="<?php esc_attr_e( 'Site Navigation', 'bloglo' ); ?>">
<?php
if ( has_nav_menu( 'bloglo-primary' ) ) {
wp_nav_menu(
array(
'theme_location' => 'bloglo-primary',
'menu_id' => 'bloglo-primary-nav',
'container' => '',
'link_before' => '<span>',
'link_after' => '</span>',
)
);
} else {
wp_page_menu(
array(
'menu_class' => 'bloglo-primary-nav',
'show_home' => true,
'container' => 'ul',
'before' => '',
'after' => '',
'link_before' => '<span>',
'link_after' => '</span>',
)
);
}
?>
</nav><!-- END .bloglo-nav -->