Advertisement
firoze

inser image in echo get_stylesheet_directory_uri

Oct 6th, 2015
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // inser image in echo by get_stylesheet_directory_uri
  2.  
  3. first call: $image = get_stylesheet_directory_uri();
  4.  
  5. echo '<div style="background:url($image/images/bg4.jpg') scroll 0px 0px"></div>';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement