Guest User

Untitled

a guest
Sep 22nd, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. // This code will add a rotating header image to Thesis
  2.  
  3. function header_rotator() {
  4. echo thesis_image_rotator();
  5. }
  6. add_action('thesis_hook_feature_box','header_rotator');
Add Comment
Please, Sign In to add comment