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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -