File Editor
Directories:
.. (Back)
css
header-templates
images
inc
js
plugins
templates
woocommerce
Files:
404.php
ChangeLog.txt
archive.php
comments.php
content-article.php
content-blog-aside-image.php
content-grid.php
content-home.php
content-none.php
content-page.php
content-single.php
content.php
editor-style.css
footer.php
functions.php
header.php
index.php
page.php
peony-global.php
readme.txt
search.php
searchform.php
sidebar-archiveleft.php
sidebar-archiveright.php
sidebar-notfoundleft.php
sidebar-notfoundright.php
sidebar-pageleft.php
sidebar-pageright.php
sidebar-postleft.php
sidebar-postright.php
sidebar-searchleft.php
sidebar-searchright.php
sidebar.php
single.php
style.css
template-fullwidth.php
woocommerce.php
Create New File
Create
Edit File: sidebar-searchright.php
<?php $right_sidebar_blog_posts = esc_attr(peony_option('right_sidebar_search','')); if ( $right_sidebar_blog_posts && is_active_sidebar( $right_sidebar_blog_posts ) ){ dynamic_sidebar( $right_sidebar_blog_posts ); } elseif( is_active_sidebar( 'default_sidebar' ) ) { dynamic_sidebar('default_sidebar'); }
Save Changes
Rename File
Rename