Sh3ll
OdayForums


Server : LiteSpeed
System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : claqxcrl ( 523)
PHP Version : 8.1.32
Disable Function : NONE
Directory :  /home/claqxcrl/www/wp-content/themes/film-celebrity/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/claqxcrl/www/wp-content/themes/film-celebrity/footer.php
<!-- Start: Footer Sidebar
============================= -->
<?php if ( is_active_sidebar( 'footer-widget-area' ) ) { ?>
    <?php if ( true == get_theme_mod( 'film_celebrity_footer_widgets_on_off', 'off' ) ) : ?>
        <footer id="footer-widgets" class="footer-sidebar footer_bg">
            <div class="footer-widgets">
                <div class="container">
                    <div class="row">
                        <?php dynamic_sidebar( 'footer-widget-area' ); ?>
                    </div>
                </div>
            </div>
        </footer>
    <?php endif; ?>
<?php } else { ?>
        <?php if ( ! is_active_sidebar( 'footer-widget-area' ) ) : ?>
        	<?php if ( true == get_theme_mod( 'film_celebrity_footer_widgets_on_off', 'off' ) ) : ?>
        	<footer id="footer-widgets" class="footer-sidebar footer_bg">
            <div class="footer-widgets">
                <div class="container">
                    <div class="row">
                        <div class="col-lg-3 col-md-6 col-sm-12 mb-lg-0 mb-4">
					        <aside id="archives-3" class="widget widget_archive">
					            <h5 class="widget-title"><?php esc_html_e( 'Archives List', 'film-celebrity' ); ?></h5>
					            <span class="animate-border border-black"></span>
					            <ul>
					                <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
					            </ul>
					        </aside>
                        </div>
                        <div class="col-lg-3 col-md-6 col-sm-12 mb-lg-0 mb-4">
                        	<aside id="pages-2" class="widget widget_pages">
							    <h5 class="widget-title"><?php esc_html_e('Our Pages', 'film-celebrity'); ?></h5>
							    <span class="animate-border border-black"></span>
							    <ul>
							        <?php
							        wp_list_categories(array(
							            'title_li' => '',
							        ));
							        ?>
							    </ul>
							</aside>
                        </div>
                        <div class="col-lg-3 col-md-6 col-sm-12 mb-lg-0 mb-4">
					        <aside id="recent-posts-2" class="widget widget_recent_entries">
							    <h5 class="widget-title"><?php esc_html_e('Recent Posts', 'film-celebrity'); ?></h5>
							    <span class="animate-border border-black"></span>
							    <ul class="wp-block-latest-posts__list">
							        <?php
							        $recent_posts = wp_get_recent_posts(array(
							            'numberposts' => 5, // Adjust the number of posts to display
							            'post_status' => 'publish',
							        ));
							        foreach ($recent_posts as $post) :
							            ?>
							            <li>
							                <a href="<?php echo esc_url(get_permalink($post['ID'])); ?>">
							                    <?php echo esc_html($post['post_title']); ?>
							                </a>
							            </li>
							        <?php endforeach; ?>
							    </ul>
							</aside>
                        </div>
                        <div class="col-lg-3 col-md-6 col-sm-12 mb-lg-0 mb-4">
							<aside id="tag_cloud-2" class="widget widget_tag_cloud">
							    <h5 class="widget-title"><?php esc_html_e('Tag Cloud', 'film-celebrity'); ?></h5>
							    <span class="animate-border border-black"></span>
							    <?php wp_tag_cloud(array(
							        'smallest' => 10,   // Minimum font size
							        'largest' => 22,    // Maximum font size
							        'unit' => 'px',     // Font size unit (pixels)
							        'number' => 20,      // Maximum number of tags to display
							        'format' => 'array' // Display as an array for more control
							    )); ?>
							    <div class="tagcloud">
							        <?php
							        $tags = get_tags(); // Get all tags
							        foreach ($tags as $tag) :
							        ?>
							            <a href="<?php echo esc_url(get_tag_link($tag->term_id)); ?>" class="custom-tag-link">
							                <?php echo esc_html($tag->name); ?>
							            </a>
							        <?php endforeach; ?>
							    </div>
							</aside>
                        </div>
                    </div>
                </div>
            </div>
        </footer>
       <?php endif; ?>
    <?php endif; ?>
<?php } ?>
<!-- End: Footer Sidebar
============================= -->
<?php
	if ( ! defined( 'FILM_CELEBRITY_FREE_LINK' ) ) {
		define('FILM_CELEBRITY_FREE_LINK',__('https://www.mishkatwp.com/themes/free-film-wordpress-theme/','film-celebrity'));
	}
	$film_celebrity_copyright_content   = get_theme_mod('copyright_content','Copyright &copy; [current_year] [site_title] | Powered by [theme_author]');
	$film_celebrity_copyright_content_text   = get_theme_mod('film_celebrity_copyright_content_text','Film Celebrity WordPress Theme');
?>

<?php if ( true == get_theme_mod( 'film_celebrity_copyright_on_off', 'on' ) ) : ?>
<section id="footer-copyright">
	<div class="container">
		<div class="text-center">
				<p class="mb-0">
					<?php 
						$film_celebrity_copyright_allowed_tags = array(
							'[current_year]' => date_i18n('Y'),
							'[site_title]'   => '<a href="' . esc_url( FILM_CELEBRITY_FREE_LINK ) . '" target="_blank">' . $film_celebrity_copyright_content_text . '</a>',
							'[theme_author]' => sprintf(__('<a href="https://wordpress.org/" target="_blank">WordPress.org</a>', 'film-celebrity')),
						);
						echo apply_filters('film_celebrity_footer_copyright', wp_kses_post(film_celebrity_str_replace_assoc($film_celebrity_copyright_allowed_tags, $film_celebrity_copyright_content)));
					?>
				</p>
		</div>
	</div>
</section>

<?php endif; ?>
<?php if( get_theme_mod( 'film_celebrity_scroll_to_top_setting',true) == 1 || get_theme_mod( 'film_celebrity_responsive_scroll_to_top_setting',true) == 1) { ?>
    <?php if ( get_theme_mod( 'film_celebrity_scroll_to_top_type', 'advance-scroll' ) == 'advance-scroll' ) { ?>
        <?php do_action('film_celebrity_top_scroller'); ?>
    <?php } elseif ( get_theme_mod( 'film_celebrity_scroll_to_top_type' ) == 'simple-scroll' ) { ?>
        <a href="#" class="scrollup"><i class="fa fa-arrow-up"></i></a>
    <?php } ?>
<?php } ?>
</div>
</div>
<?php wp_footer(); ?>
</body>
</html>

ZeroDay Forums Mini