Advertisement
Guest User

Untitled

a guest
Feb 4th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if(in_category(9)):
  2. the_excerpt();
  3. else:
  4. the_content();
  5. endif;
  6.  
  7. //albo
  8. if(in_category(9))
  9. the_excerpt();
  10. else
  11. the_content();
  12.  
  13. //albo
  14. if(in_category(9)) {
  15. the_excerpt();
  16. }
  17. else {
  18. the_content();
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement