Advertisement
Guest User

if homepage esegui css

a guest
Apr 20th, 2014
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.16 KB | None | 0 0
  1. <?php if(is_home() ) {
  2. <style type="text/css">
  3. .attachment-sidebar-thumb .wp-post-image { height: 100px !important; width:100px !important; }
  4. </style>
  5. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement