상품 상세 페이지 사이드바 추가

<?php
/*
Template Name: WooCommerce
*/
?>
<?php
$eltdf_sidebar_layout = gourmand_elated_sidebar_layout();

get_header();
gourmand_elated_get_title();
get_template_part( 'slider' );
do_action('gourmand_elated_before_main_content');

//Woocommerce content
if ( ! is_singular( 'product' ) ) { ?>
	<div class="eltdf-container">
		<div class="eltdf-container-inner clearfix">
			<div class="eltdf-grid-row">
				<div <?php echo gourmand_elated_get_content_sidebar_class(); ?>>
					<?php gourmand_elated_woocommerce_content(); ?>
				</div>
				<?php if ( $eltdf_sidebar_layout !== 'no-sidebar' ) { ?>
					<div <?php echo gourmand_elated_get_sidebar_holder_class(); ?>>
						<?php get_sidebar(); ?>
					</div>
				<?php } ?>
			</div>
		</div>
	</div>
<?php } else { ?>
	<div class="eltdf-container">
		<div class="eltdf-container-inner clearfix">
			<?php gourmand_elated_woocommerce_content(); ?>
		</div>
	</div>
<?php } ?>
<?php get_footer(); ?>

안녕하세요, 우커머스 상품 상세 페이지에서 사이드바에 카테고리 메뉴를 넣고 싶은데요.. 

사이트 대시보드 상에서는 도저히 사이드바를 넣을 수가 없었는데

Gourmand: Modèle de page WooCommerce (woocommerce.php)

아래 PHP 파일에서 위 와 같은 코드를 찾았는데.. 어느 부분을 수정하면 사이드바를 추가 할 수 있을 까요?

제가 프로그래밍 언어는 전혀 몰라서.. 도움을 요청합니다. ㅠㅠ

https://imgur.com/undefined

위와 같이 페이지 내에 넣은 사이드바 위젯(장바구니/메뉴)을 상품 상세 페이지에도 넣고 싶습니다.  

https://imgur.com/cPTx77V

 

워드프레스 에러 기술지원 서비스 전문가에게 맡기세요
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기
좋은 정보와 인맥을 동시에, 워드프레스 사용자 단톡방 참여하기