Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // change color every second \\ keep this code into your theme functions.php
- function color_change_in_second(){
- ?>
- <style>
- body{background-color:#<?php echo date('shi');?>}
- </style>
- <?php
- }
- add_action('wp_head','color_change_in_second');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement