소스 검색

faculty profile 31

Rousnay 1 년 전
부모
커밋
06ae64294c
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      single-faculty.php

+ 1 - 2
single-faculty.php

@@ -12,7 +12,7 @@ get_header(); ?>
 
 	$login_id_e = "";
 	if (function_exists('get_field')) {
-		$pid = get_post();
+		$pid_content = get_post();
 		if (has_blocks($pid_content)) {
 			$blocks = parse_blocks($pid->post_content);
 			foreach ($blocks as $block) {
@@ -155,7 +155,6 @@ get_header(); ?>
 								print_r($employeeInfo);
 								print_r($employeeJournal);
 								print_r($employeeConference);
-
 								?>
 						</div>
 					</div>