zZzzZ.
home2
/
zrzvbdry
/
couponetive.com
/
wp-content
/
themes
/
retail-pro-main
New Folder
Editing: content.php
Save
Cancel
<?php the_post(); global $post; if ( get_post_meta( $post->ID, '_wpc_shadow_box' , true ) == 'yes' ) { ?> <div <?php post_class( 'post-entry shadow-box content-box' ); ?>> <?php the_content(); ?> </div> <?php } else { the_content(); }