Skip to content

Instantly share code, notes, and snippets.

@stuartduff
Created September 3, 2012 14:15
Show Gist options
  • Save stuartduff/3609614 to your computer and use it in GitHub Desktop.
Save stuartduff/3609614 to your computer and use it in GitHub Desktop.
Add Category Description to Canvas Archive Pages
$title_before = '<h1 class="archive_header">';
$title_after = '</h1>';
echo category_description( get_category_by_slug('category-slug')->term_id );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment