<?php
if ( is_home() ) {
// This is a homepage
} else { ?>
<div class="price-wrap">
<span class="tag-head"> </span><p class="post-price"><?php if ( get_post_meta( $post->ID, 'price', true ) ) cp_get_price_legacy( $post->ID ); else cp_get_price( $post->ID, 'cp_price' ); ?></p>
</div>
<?php }
?>
<div class="price-wrap <?php if (is_home) echo "test" ?>" >
<div class="price-wrap test">
There are currently 1 users browsing this thread. (0 members and 1 guests)