Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('avf_logo','avf_new_logo_url');
- function avf_new_logo_url($use_image){
- if(is_singular('spicypresentations')) $use_image = "http://nutsandboltsspeedtraining.com/wp-content/uploads/2014/11/sp-logo-rough.png";
- return $use_image;
- }
Advertisement
Add Comment
Please, Sign In to add comment