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
Post a Comment