Certifications not showing
-
Hello, I followed instructions in this support page to showing my certifications, but, i have no success. Can you help me in it? It’s just showing the name of certification but not the name of instituition and the start/end date
<?php if (isset($profile->certifications)): ?> <div class="section"> <div class="heading"><?php _e('Certifications', 'wp-linkedin'); ?></div> <?php foreach ($profile->certifications->values as $v): ?> <div class="education"> <div class="school"><strong><?php echo $v->name; ?></strong></div> <div class="degree"><?php var_dump($v->authority->name); ?> | <?php var_dump($v->startDate->year); ?></div> </div> <?php endforeach; ?> </div> <?php endif; ?>
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Certifications not showing’ is closed to new replies.