gremminger (February 25th, 2014)
<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>
<h3><?php if (get_post_meta($post->ID, 'cp_kpes', true) == 'Köpes') echo 'Köpes: '; else echo ''; ?><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>
<?php if (get_post_meta($post->ID, 'cp_ad_sold', true) == 'yes') echo '<span class="soldout-ribbon-list"></span>'; else echo ''; ?>
gremminger (February 25th, 2014)
There are currently 1 users browsing this thread. (0 members and 1 guests)