Hello, why this code does not work in loop-single-premium.php? Only the fa fa-map-marker is visible
How to make for a premium on the main.
Be kind, help
Sorry for my bad english
In loop-single.php, everything works, and loop-single-premium.php no
loop-single.php put this:
<div>
<span class="locationg "><i class="fa fa-map-marker"></i> <?php if ( osc_item_region() && osc_item_city() != null ) { ?><?php echo osc_item_city(); ?>, <?php echo osc_item_region(); ?><?php } ?></span>
</div>
in style.css put this
.locationg {
background: #fff;
color: #444;
padding: 5px;
font-weight: 500;
float: left;
width: 100%;
font-size: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: block;
}