Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created February 27, 2017 17:46
Show Gist options
  • Save barrykooij/435f9d8d634d1992a552fcecde953c9d to your computer and use it in GitHub Desktop.
Save barrykooij/435f9d8d634d1992a552fcecde953c9d to your computer and use it in GitHub Desktop.
<div id="download-page-tags" class="download_group">
<h3><?php _e( 'Tags', 'dlm_page_addon' ); ?></h3>
<div class="download_tags">
<?php echo wp_generate_tag_cloud( $tags, array( 'orderby' => 'count', 'order' => 'DESC' ) ); ?>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment