<?php /** * The header for our theme * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ $GLOBALS['markup_theme_options'] = markup_get_options_value(); global $markup_theme_options; $enable_slider = absint($markup_theme_options['markup_enable_slider']); $enable_box = $markup_theme_options['markup_enable_promo']; ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php //wp_body_open hook from WordPress 5.2 if ( function_exists( 'wp_body_open' ) ) { wp_body_open(); }else { do_action( 'wp_body_open' ); } ?> <div id="page" class="site "> <a class="skip-link screen-reader-text" href="#content"><?php esc_html_e( 'Skip to content', 'markup' ); ?></a> <?php /** * Hook - markup_action_header. * * @hooked markup_add_main_header - 10 */ do_action( 'markup_action_header' ); ?> <?php if ($enable_slider == 1 && (is_home() || is_front_page())) { ?> <section class="slider-wrapper"> <?php /* * Slider Section Hook */ do_action('markup_action_slider'); ?> </section> <?php } ?> <?php if ($enable_box == 1 && (is_home() || is_front_page() ) ) { ?> <section class="promo-slider-wrapper"> <?php /* * Boxes Section Hook */ do_action('markup_action_boxes'); ?> </section> <?php } ?>
Uncategorized

Akshay Kumar Selfiee Box Office Collection Prediction Trade Experts Says It Can Collect 4 To 5 Crore On Opening Day Read Details Inside

[ad_1]

Selfiee Box Office Prediction: बॉलीवुड एक्टर अक्षय कुमार अपनी नई फिल्म सेल्फी की रिलीज का इंतजार कर रहे हैं. इसमें वह इमरान हाशमी के साथ नजर आएंगे. अब रिलीज से पहले ‘सेल्फी’ का बॉक्स ऑफिस प्रिडक्शन सामने आ गया है. बताया जा रहा है कि अक्षय कुमार की ये मूवी ऑपनिंग डे पर बहुत कम कलेक्शन कर पाएगी. आइये जानते हैं आखिर ऐसा क्यों?

ओपनिंग डे को लेकर हुई भविष्यवाणी

प्रोड्यूसर और फिल्म बिजनेस एनालिस्ट गिरीश जौहर ने फिल्म सेल्फी के लिए 4 से 5 करोड़ की ओपनिंग की भविष्यवाणी की है. हिंदुस्तान टाइम्स के साथ बातचीत में गिरीश ने बताया कि अगर फिल्म अच्छी है, तो वर्ड माउथ ऑपनिंग डे के सेकेंड हाफ में मदद कर सकती है. उन्होंने कहा पठान पिछले कुछ से चल रही है. फिल्म की शुरुआत अच्छी होनी चाहिए. इसके अलावा, शहजादा और एंटमैन को मिक्स रिव्यूज मिले हैं, तो ये सेल्फी के लिए अच्छा साबित हो सकता है. मुझे उम्मीद है कि दर्शक इसके कॉन्टेंट को एक्सेप्ट करेंगे.


वीकेंड पर कर सकती है इतनी कमाई
ट्रेड एनालिस्ट अतुल मोहन ने बताया कि ‘बज बहुत कम है. यह लगभग न के बराबर है और एडवांस बुकिंग भी बहुत अच्छी नहीं है. एक अच्छी बात यह है कि उन्होंने टिकट की कीमतें काफी कम रखी हैं. पहले दिन के शो की कीमत ज्यादातर 120-140 रुपये है. स्क्रीन भी कम हैं, इसलिए मुझे लगता है कि पहले दिन फिल्म 4-5 करोड़ रुपये का कलेक्शन कर सकती है. अगर सब कुछ ठीक रहा तो सेल्फी वीकेंड पर 15 करोड़ या उससे अधिक की कमाई कर सकती है’.

इस दिन रिलीज होगी फिल्म सेल्फी

गौरतलब है कि फिल्म सेल्फी में अक्षय कुमार और इमरान हाशमी के अलावा नुसरत भरूचा, डायना पेंटी जैसे सितारे भी नजर आएंगे. राज मेहता के निर्देशन में बनी ये फिल्म 24 फरवरी को सिनेमाघरों में दस्तक देगी. ‘सेल्फी’ अक्षय कुमार की साल 2023 में पहली फिल्म है और ऐसे में इसका हिट बहुत जरूरी है क्योंकि पिछले साल अक्षय कुमार की एक भी फिल्म बॉक्स ऑफिस पर अपना जलवा नहीं दिखा पाई थी.

यह भी पढ़ें-अक्षय कुमार की ‘रुस्तम’ के साथ ये रहीं ओटीटी पर बेस्ट रिवेंज मूवीज, भूलकर भी इन्हें न कीजिए मिस



[ad_2]

Source link

<?php /** * The template for displaying the footer * * Contains the closing of the #content div and all content after. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Markup */ global $markup_theme_options; $copyright = wp_kses_post($markup_theme_options['markup-footer-copyright']); if ( is_active_sidebar('footer-1') || is_active_sidebar('footer-2') || is_active_sidebar('footer-3') || is_active_sidebar('footer-4') ) { $count = 0; for ( $i = 1; $i <= 4; $i++ ) { if ( is_active_sidebar( 'footer-' . $i ) ) { $count++; } } $footer_col= 4; if( $count == 4 ) { $footer_col= 4; } elseif( $count == 3) { $footer_col= 3; } elseif( $count == 2) { $footer_col= 2; } elseif( $count == 1) { $footer_col= 1; } } ?> <div class="footer-full-width"> <?php if ( is_active_sidebar( 'full-width-footer' ) ){ dynamic_sidebar( 'full-width-footer' ); } ?> </div> <div class="footer-wrap"> <div class="container"> <div class="row"> <?php for ( $i = 1; $i <= 4 ; $i++ ){ if ( is_active_sidebar( 'footer-' . $i ) ) { ?> <div class="footer-col-<?php echo absint( $footer_col ); ?>"> <div class="footer-top-box wow fadeInUp"> <?php dynamic_sidebar( 'footer-' . $i ); ?> </div> </div> <?php } } ?> </div> </div> <footer class="site-footer"> <div class="container"> <div class="row"> <div class="col-sm-6"> <div class="copyright"> <?php echo wp_kses_post( $copyright ); ?> <span class="sep"> | </span> <?php /* translators: 1: Theme name, 2: Theme author. */ printf( esc_html__( 'Theme: %1$s by %2$s.', 'markup' ), 'Markup', '<a href="https://www.templatesell.com/">Template Sell</a>' ); ?> </div> </div> <div class="col-sm-6"> <div class="footer-menu"> <?php wp_nav_menu( array( 'theme_location' => 'footer', 'menu_id' => 'footer-menu', 'menu_class' => 'footer-menu', ) ); ?> </div> </div> </div> </div> </footer> <?php do_action('markup_go_to_top_hook'); ?> </div> </div><!-- #page --> <?php wp_footer(); ?> </body> </html>