Guest User

Untitled

a guest
Jan 19th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <?php if(is_category("collections")) : ?>
  2.  
  3. /* CONTENT FOR PARENT COLLECTION */
  4.  
  5. <?php endif; ?>
  6.  
  7. <?php if(is_category("collections")) : ?>
  8.  
  9. /* CONTENT FOR PARENT COLLECTION */
  10.  
  11. <?php elseif(is_category("author")) : ?>
  12.  
  13. /* CONTENT FOR PARENT AUTHOR */
  14.  
  15. <?php elseif (*is_children_category_of*("collections")) ?>
  16.  
  17. /* CONTENT FOR CHILDREN COLLECTIONS */
  18.  
  19. <?php elseif (*is_children_category_of*("author")) ?>
  20.  
  21. /* CONTENT FOR CHILDREN AUTHORS */
  22.  
  23. <?php endif; ?>
Add Comment
Please, Sign In to add comment