📁
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: no-results.php
<?php if( bosmarket_mobile_check() ) : ?> <div class="no-result"> <div class="no-result-image"> <span class="image"> <img class="img_logo" alt="404" src="<?php echo esc_url( get_template_directory_uri(). '/assets/img/no-result.png' ) ?>"> </span> </div> <h3><?php esc_html_e('no products found','bosmarket');?></h3> <p><?php esc_html_e('Sorry, but nothing matched your search terms.','bosmarket');?><br/><?php esc_html_e('Please try again with some different keywords.', 'bosmarket'); ?></p> <a href="<?php echo get_permalink( get_option('woocommerce_shop_page_id') ); ?>" title="Shop"><?php esc_html_e('back to categories','bosmarket');?></a> </div> <?php else : ?> <div class="no-result"> <p><?php esc_html_e('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'bosmarket'); ?></p> <?php get_search_form(); ?> </div> <?php endif; ?>
💾 Save Changes