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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -