<?php
/**
* The template for displaying archive pages
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package rocketfame
*/
get_header();
?>
<main id="primary" class="site-main">
<div class="container">
<?php get_template_part( 'template-parts/common/breadcrumbs' ); ?>
<?php if ( have_posts() ) : ?>
<header class="page-header offset-left">
<?php
the_archive_title( '<h1 class="page-title title-decore">', '</h1>' );
the_archive_description( '<div class="archive-description">', '</div>' );
?>
</header>
<ul class="blog-list">
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'template-parts/content', get_post_type() ); ?>
<?php endwhile; ?>
</ul>
<?php get_template_part( 'template-parts/common/pagination' ); ?>
<?php else : ?>
<?php get_template_part( 'template-parts/content', 'none' ); ?>
<?php endif; ?>
</div>
</main>
<?php get_footer(); ?>
вообще както запутано. вы пишите что исспользуете то же самое меню, а чуть ниже говорите что вызываете функцию два раза. как так? значит к вас два меню. значит во втором не может быть тех же самых айдишников