term_id;
}
$acmeblog_related_title = esc_html( $acmeblog_customizer_all_values['acmeblog-related-title'] );
if ( ! empty( $acmeblog_related_title ) ) {
?>
$category_ids,
'post__not_in' => array( $post_id ),
'post_type' => 'post',
'posts_per_page' => 3,
'post_status' => 'publish',
'ignore_sticky_posts' => true,
);
$acmeblog_featured_query = new WP_Query( $acmeblog_cat_post_args );
while ( $acmeblog_featured_query->have_posts() ) :
$acmeblog_featured_query->the_post();
?>
-
' . esc_html( $content ) . '
';
?>