HEX
Server: Microsoft-IIS/10.0
System: Windows NT ITPWINWEBSVR22 10.0 build 20348 (Windows Server 2022) AMD64
User: www.conferencesearch.co.uk (0)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: D:/web/conferencesearch/wp-content/themes/beauty-premium/sidebar-blog.php
            <?php wp_reset_query() ?>                  
			
            <?php if( get_layout_page() != 'sidebar-no' ) : ?>   
		
				<?php do_action( 'yiw_before_sidebar' ) ?> 
				<?php do_action( 'yiw_before_sidebar_' . get_current_pagename() ) ?> 
				
                <?php 
                    if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar( 'Blog Sidebar' ) )
                        get_sidebar( 'default' ) 
                ?>
		
				<?php do_action( 'yiw_after_sidebar' ) ?>       
				<?php do_action( 'yiw_after_sidebar_' . get_current_pagename() ) ?> 
				   
            <?php endif ?>