add ‘taxonomy’ not working
-
Hi, I add ‘tag’ to taxonomies according to what you said. Nothing shows up. I only see a list of my ‘categories’ in ‘Registered Users’ tab page.
// add subscribe2 taxonomies
function tags($taxonomies) {
$taxonomies[] = ‘tag’;
return $taxonomies;
}
add_filter(‘s2_taxonomies’, ‘tags’);
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘add ‘taxonomy’ not working’ is closed to new replies.