Fix File
•
/
home
/
sportsfe...
/
public_h...
/
wp-conte...
/
themes
/
herald
•
File:
sidebar.php
•
Content:
<?php global $herald_sidebar_opts; ?> <?php if( $herald_sidebar_opts['use_sidebar'] != 'none') : ?> <div class="herald-sidebar col-lg-3 col-md-3 herald-sidebar-<?php echo esc_attr($herald_sidebar_opts['use_sidebar']); ?>"> <?php if ( is_active_sidebar( $herald_sidebar_opts['sidebar'] ) ) : ?> <?php dynamic_sidebar( $herald_sidebar_opts['sidebar'] ); ?> <?php endif; ?> <?php if ( is_active_sidebar( $herald_sidebar_opts['sticky_sidebar'] ) ) : ?> <div class="herald-sticky"> <?php dynamic_sidebar( $herald_sidebar_opts['sticky_sidebar'] ); ?> </div> <?php endif; ?> </div> <?php endif; ?>
•
Search:
•
Replace:
Function
Edit by line
Download
Information
Rename
Copy
Move
Delete
Chmod
List