Custom Taxonomy
-
When sending out Email notifications using the {CATS} and {TAGS} elements in the email template, nothing is picked up even though thy are now be pulled in elsewhere in the plugin?
Code used in standalone plugin to enable custom taxonomy:
function my_taxonomy_types($taxonomies) {
$taxonomies[] = ‘events_categories’;
return $taxonomies;
}
add_filter(‘s2_taxonomies’,’my_taxonomy_types’);which as I say works fine elsewhere in the plugin.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Custom Taxonomy’ is closed to new replies.