About
Last Updated:', '
');
$taxonomy = 'download_category'; // EDD's taxonomy for categories
$terms = get_terms( $taxonomy ); // get the terms from EDD's download_category taxonomy
echo '';
foreach ( $terms as $term ) :
echo '- '.$term->name.'
';
endforeach;
echo '
';
echo 'Pay what you like:
';
echo edd_get_purchase_link( array( 'download_id' => $downloadid ) );?>