Yep The “theme’s vendor” are really no that brilliant either, But I will give it a go.
But I’ve got theme issues with the css and internet explorer as well to sort out now.
In firefox my theme looks good. in internet explorer my site looks like a bomb as hit it. (no really it’s a mess beyond recognition)
how i’am going to sort it, I really don’t know
Hi thanks
That looks a little complicated,
My Site
in loop-single.php
<li><span class='post-meta-key'>Price: <?php echo $Price = get_post_meta($post->ID, 'price', true); ?></span></li>
</ul>
</div>
<?php
if ($price == '') {
echo '<span class="band outofstock"></span>';
}
?>