Title: Language proficiencies
Last modified: August 21, 2016

---

# Language proficiencies

 *  Resolved [lotfi.elhafi](https://wordpress.org/support/users/lotfielhafi/)
 * (@lotfielhafi)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/language-proficiencies/)
 * Hi,
 * I am trying to add language proficiencies from my profile but it seems harder
   than I thought. I added `languages:(language,proficiency:(name))` in the profile
   field list in the setting screen but nothing is displayed. Am I doing something
   wrong? Should I edit some php codes to get it working?
 * Thanks for this plugin anyway, it’s great!
 * [http://wordpress.org/plugins/wp-linkedin/](http://wordpress.org/plugins/wp-linkedin/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Claude Vedovini](https://wordpress.org/support/users/cvedovini/)
 * (@cvedovini)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/language-proficiencies/#post-4326164)
 * yes, you must also customize the templates, see here for an example: [http://vdvn.me/more-wp-linkedin](http://vdvn.me/more-wp-linkedin)
 *  Thread Starter [lotfi.elhafi](https://wordpress.org/support/users/lotfielhafi/)
 * (@lotfielhafi)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/language-proficiencies/#post-4326249)
 * Thanks. For those interested, here is my code.
 * Added in the settings:
 * `languages:(language,proficiency)`
 * Added to a copy of `profile.php` in a new `linkedin` folder inside my theme folder:
 *     ```
       <?php if (isset($profile->languages->values) && is_array($profile->languages->values)): ?>
       <div id="languages" class="section">
       <div class="heading"><?php _e('Languages', 'wp-linkedin'); ?></div>
       <ul>
       <?php foreach ($profile->languages->values as $v): ?>
       <li class="language"><?php echo $v->language->name; ?>: <?php echo $v->proficiency->name; ?></li>
       <?php endforeach; ?>
       </ul>
       </div>
       <?php endif;?>
       ```
   
 *  Plugin Author [Claude Vedovini](https://wordpress.org/support/users/cvedovini/)
 * (@cvedovini)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/language-proficiencies/#post-4326250)
 * thanks for sharing 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Language proficiencies’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-linkedin_dddbdc.svg)
 * [WP LinkedIn](https://wordpress.org/plugins/wp-linkedin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-linkedin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-linkedin/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-linkedin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-linkedin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-linkedin/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Claude Vedovini](https://wordpress.org/support/users/cvedovini/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/language-proficiencies/#post-4326250)
 * Status: resolved