|
@@ -21,6 +21,8 @@ get_header(); ?>
|
|
$my_block_id = $block['attrs']['id'];
|
|
$my_block_id = $block['attrs']['id'];
|
|
break; // Found a hit, get out of the loop
|
|
break; // Found a hit, get out of the loop
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ echo $my_block_id;
|
|
}
|
|
}
|
|
?>
|
|
?>
|
|
|
|
|
|
@@ -52,7 +54,7 @@ get_header(); ?>
|
|
<h2 class="profile-des">
|
|
<h2 class="profile-des">
|
|
<?php the_field('designation'); ?>
|
|
<?php the_field('designation'); ?>
|
|
</h2>
|
|
</h2>
|
|
- <p><?php echo $my_block_id;
|
|
|
|
|
|
+ <p><?php //echo $my_block_id;
|
|
?></p>
|
|
?></p>
|
|
|
|
|
|
<?php if (have_rows('contact_details')) : ?>
|
|
<?php if (have_rows('contact_details')) : ?>
|