Guest User

sp

a guest
Nov 27th, 2014
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1. add_filter('avf_logo','avf_new_logo_url');
  2. function avf_new_logo_url($use_image){
  3. if(is_singular('spicypresentations')) $use_image = "http://nutsandboltsspeedtraining.com/wp-content/uploads/2014/11/sp-logo-rough.png";
  4. return $use_image;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment