"; blog_aarambha_logo(); blog_aarambha_primary_menu(); echo "
"; break; case 'right': echo "
"; blog_aarambha_primary_menu(); blog_aarambha_logo(); echo "
"; break; } ?>
'post', 'cat' => absint($category_id), 'posts_per_page' => absint($slider_section_per_post), ]); if ($query_for_post_slider->have_posts()): while($query_for_post_slider->have_posts()): $query_for_post_slider->the_post(); $image_id = get_post_thumbnail_id(); $image_url = wp_get_attachment_image_src($image_id,'blog-aarambha_slider', false); if (has_post_thumbnail()): ?>

absint($select_page) ]); while ($query_for_Page->have_posts()): $query_for_Page->the_post(); ?>

'post', 'cat' => absint($category_id), 'posts_per_page' => absint($featured_option_per_posts), ] ); if ($query_for_featured_posts->have_posts()): ?>
have_posts()): $query_for_featured_posts->the_post(); if ( has_post_thumbnail() ): ?>
esc_attr(get_the_title()) ]);?>
<?php echo esc_attr($advertisement_alt); ?>
'product', 'posts_per_page' => absint($product_per_page), ]; if ($filter_product_category) { $product_args['tax_query'] = [ [ 'taxonomy' => 'product_cat', 'terms' => [absint($filter_product_category)] ] ]; } $query_for_products = new WP_Query($product_args); if ($query_for_products->have_posts()): ?>

have_posts()): $query_for_products->the_post(); $product = wc_get_product( get_the_ID() ); $regular_price = absint($product->get_regular_price()); $sale_price = absint($product->get_sale_price()); ?>

get_price_html())?>