Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- **** Please find following code *****
- if('post' == $post_type)
- {
- $category = get_the_category();
- *** And change it to following ****
- if('post' == $post_type)
- {
- $category = "";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement