- ';
echo '
- All '; foreach($terms as $term) { echo '
- ' . $term->name . ' '; } echo '
';
while(have_posts()) : the_post(); ?>
';
wp_reset_query();
} else {
echo '
Your portfolio is empty :(
'; echo "Don't get discouraged, try creating some portfolio items then you can return on this page.
"; } ?>