wp_get_post_categories($post->ID), 'numberposts' => 3, 'post__not_in' => array($post->ID) ) );
if ( get_theme_mod('affidavit_related_posts') ):
$related_class = 'related-hide';
else :
$related_class = '';
endif;
if (!empty($related)): ?>
' . __('Phone','affidavit') . '
' . esc_html( $phone ); ?>
' . __('Email','affidavit') . '
' . esc_html( $email ); ?>
' . __('Address','affidavit') . '
' . esc_html( $location ); ?>
post_content);
if( $get_sec_1_id ) :
?>
post_content);
if( $get_sec_2_id ) :
?>
post_content);
$thumb_url_3 = wp_get_attachment_url( get_post_thumbnail_id($get_sec_3_id) );
$get_sec_4_id = get_theme_mod( 'affidavit_section_5' );
$post_4 = get_post( $get_sec_4_id );
$content_4 = apply_filters('the_content', $post_4->post_content);
$thumb_url_4 = wp_get_attachment_url( get_post_thumbnail_id($get_sec_4_id) );
if( $get_sec_3_id || $get_sec_4_id) :
?>
post_content);
if( $get_sec_5_id ) :
?>
post_content);
if( $get_sec_6_id ) :
?>