<div style="padding-left:15px;padding-top:10px;padding-bottom:5px;"> <div id="location"><?php echo get_post_meta($post->ID, "location", true); ?></div> <div id="listed"><?php the_time(get_option('date_format') . ' ' . get_option('time_format')) ?></div> <div id="phone"><?php echo get_post_meta($post->ID, "phone", true); ?></div> <?php if (get_option('post_prun') == "yes" && get_post_meta($post->ID, "expires", true) != "") { ?> <div id="expires"><?php $get_expires = strtotime(get_post_meta($post->ID, "expires", true)); echo cp_timeleft($get_expires); ?> </div> <?php } ?> </div>
<h3><?php _e('Description','cp'); ?></h3> <?php the_content(); ?>
There are currently 1 users browsing this thread. (0 members and 1 guests)