Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('the_category_list',function ($categories){
- $main_cat = jnews_get_primary_category( get_post()->ID );
- if ( $main_cat ) {
- return [get_category($main_cat)];
- }
- if ( ! empty( $categories ) ) {
- return [$categories[0]];
- }
- return $categories;
- });
Add Comment
Please, Sign In to add comment