|
@@ -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>
|