/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php $experience = get_post_meta($post->ID, "experience", true); echo $experience; ?>