php - how to load images from inline-css in wordpress theme -


<div class="inner-sub-header" style="background-image:url(images/team-hdr-img.jpg);"> 

inline css in wordpress theme how load images inline-css background-image

thanks

<div class="inner-sub-header" style="background-image:url('<?php bloginfo('stylesheet_directory'); ?>/images/team-hdr-img.jpg'); width: ; height: ;"> 

Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -