Advertisement
Guest User

Untitled

a guest
Aug 7th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. **** Please find following code *****
  2.  
  3. if('post' == $post_type)
  4.         {
  5.                 $category = get_the_category();
  6.  
  7.  
  8. *** And change it to following ****
  9.  
  10.  
  11. if('post' == $post_type)
  12.         {
  13.                 $category = "";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement