<?php if ( get_post_meta($post->ID, 'cp_ad_sold', true) !== 'yes' ) : ?>
<?php endif; ?>
<?php /** * Listing loop content template. * * @package ClassiPress\Templates * @author AppThemes * @since ClassiPress 3.4 */ global $cp_options; ?> <?php if ( get_post_meta($post->ID, 'cp_ad_sold', true) !== 'yes' ) : ?> <div class="post-block-out <?php cp_display_style( 'featured' ); ?>"> <div class="post-block"> <div class="post-left"> <?php if ( $cp_options->ad_images ) cp_ad_loop_thumbnail(); ?> </div> <div class="<?php cp_display_style( array( 'ad_images', 'ad_class' ) ); ?>"> <?php appthemes_before_post_title(); ?> <h3><a href="<?php the_permalink(); ?>"><?php if ( mb_strlen( get_the_title() ) >= 75 ) echo mb_substr( get_the_title(), 0, 75 ) . '...'; else the_title(); ?></a></h3> <div class="clr"></div> <?php appthemes_after_post_title(); ?> <div class="clr"></div> <?php appthemes_before_post_content(); ?> <p class="post-desc"><?php echo cp_get_content_preview(); ?></p> <?php appthemes_after_post_content(); ?> <div class="clr"></div> </div> <div class="clr"></div> </div><!-- /post-block --> </div><!-- /post-block-out --> <?php endif; ?>
There are currently 1 users browsing this thread. (0 members and 1 guests)