Quantcast
Channel: Site5 Free Premium WordPress Themes » All Posts
Viewing all articles
Browse latest Browse all 8865

Reply To: Mistake in part-bio.php

$
0
0

The code is well documented

if you want educaton info: copy and past this somewere in taxonomy-portfoliocat.php

<!-- education info -->
<?php
//Pull education info from custom meta
$education_info = get_post_meta($post-&gt;ID,'resume_edu_',true);
if($education_info != '') {
?>
<?php _e("Education", "site5framework"); ?>

<?php
foreach ($education_info as $arr){
echo '
'.$arr['resume_edu_year'].'
'.$arr['resume_edu_degree'].'

';
}
?>

<?php } ?>
<!-- end education info -->


Viewing all articles
Browse latest Browse all 8865

Trending Articles