'.esc_html__( 'Main navigation', 'rife-free' ).'';
wp_nav_menu( array(
'container' => false,
'link_before' => '',
'link_after' => '',
'menu_class' => 'styled in-site-map',
'theme_location' => 'header-menu' )
);
}
?>
-1,
'offset' => -1,
'post_type' => A13FRAMEWORK_CUSTOM_POST_TYPE_ALBUM,
'post_status' => 'publish',
'ignore_sticky_posts' => true,
);
//make query for albums
$all_albums = new WP_Query( $args );
if ($all_albums->have_posts()) :
echo '
'.esc_html__( 'Albums', 'rife-free' ).'
';
echo '
';
wp_reset_postdata();
endif;
?>