Browse Source

faculty profiles

Rousnay 1 year ago
parent
commit
012dc6ca3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      single-faculty.php

+ 1 - 1
single-faculty.php

@@ -38,7 +38,7 @@ get_header(); ?>
 							<h2 class="profile-des">
 								<?php the_field('designation'); ?>
 							</h2>
-							<p><?php echo get_field('login_id'); ?></p>
+							<p><?php the_field('login_id'); ?></p>
 
 							<?php if (have_rows('contact_details')) : ?>