Created
February 27, 2017 17:46
-
-
Save barrykooij/435f9d8d634d1992a552fcecde953c9d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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