X7ROOT File Manager
Current Path:
/home/notabjze/tailoredplastiq.com/wp-content/themes/astra
home
/
notabjze
/
tailoredplastiq.com
/
wp-content
/
themes
/
astra
/
ðŸ“
..
📄
404.php
(687 B)
📄
SECURITY.md
(1.59 KB)
ðŸ“
admin
📄
archive.php
(729 B)
ðŸ“
assets
📄
changelog.txt
(152.89 KB)
📄
comments.php
(4.5 KB)
📄
footer.php
(605 B)
📄
functions.php
(8.6 KB)
📄
header.php
(1.46 KB)
ðŸ“
inc
📄
index.php
(906 B)
ðŸ“
languages
📄
page.php
(868 B)
📄
readme.txt
(7.29 KB)
📄
screenshot.jpg
(357.85 KB)
📄
search.php
(771 B)
📄
searchform.php
(2.08 KB)
📄
sidebar.php
(1000 B)
📄
single.php
(695 B)
📄
style.css
(4.46 KB)
ðŸ“
template-parts
📄
theme.json
(2.35 KB)
📄
toolset-config.json
(7.46 KB)
📄
wpml-config.xml
(5.11 KB)
Editing: sidebar.php
<?php /** * The sidebar containing the main widget area. * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } $astra_sidebar = apply_filters( 'astra_get_sidebar', 'sidebar-1' ); echo '<div '; echo wp_kses_post( astra_attr( 'sidebar', array( 'id' => 'secondary', 'class' => join( ' ', astra_get_secondary_class() ), ) ) ); echo '>'; ?> <div class="sidebar-main" <?php /** @psalm-suppress TooManyArguments */ echo apply_filters( 'astra_sidebar_data_attrs', '', $astra_sidebar ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped, Generic.Commenting.DocComment.MissingShort ?>> <?php astra_sidebars_before(); ?> <?php if ( is_active_sidebar( $astra_sidebar ) ) { dynamic_sidebar( $astra_sidebar ); } astra_sidebars_after(); ?> </div><!-- .sidebar-main --> </div><!-- #secondary -->
Upload File
Create Folder