Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Created February 25, 2014 13:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckpicker/9209189 to your computer and use it in GitHub Desktop.
Save ckpicker/9209189 to your computer and use it in GitHub Desktop.
Community Events Add-on 3.4.1 // Add Text Above Category Box
add_filter('tribe_events_community_before_the_categories','my_category_descriptions');
function my_category_descriptions() {
echo "<p><strong>Category Descriptions:</strong></p><ul><li>Category 1 - Description Here</li><li>Category 2 - Description Here</li></ul>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment