Note to self: WordPress Tag Clouds
Posted By Russ Emerson on February 8, 2012 at 4:16 pm
To change the characteristics of the tag cloud displayed on public pages or on Admin pages, the files to edit are:
wp-includes/category-template.php in function wp_tag_cloud
wp-admin/includes/ajax-actions.php in function wp_ajax_get_tagcloud()
[I need this reminder because WP version updates usually break my customization, and I really don’t want to spend the time re-learning where these particular variables are coded.]
Comments