Explorar el Código

faculty profile 31

Rousnay hace 1 año
padre
commit
06ae64294c
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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>