X7ROOT File Manager
Current Path:
/home/okeydcqc/public_html/wp-content/themes/oceanwp
home
/
okeydcqc
/
public_html
/
wp-content
/
themes
/
oceanwp
/
ðŸ“
..
📄
404.php
(4.56 KB)
📄
500.php
(211 B)
📄
README.md
(1.83 KB)
ðŸ“
assets
📄
babel.config.js
(42 B)
📄
changelog.md
(3.39 KB)
📄
comments.php
(5.1 KB)
📄
footer-pwa.php
(166 B)
📄
footer.php
(1.67 KB)
📄
functions.php
(36.84 KB)
📄
header-pwa.php
(437 B)
📄
header.php
(1.01 KB)
📄
image.php
(1.38 KB)
ðŸ“
inc
📄
index.php
(3.06 KB)
ðŸ“
languages
📄
offline.php
(210 B)
📄
page.php
(1.26 KB)
ðŸ“
partials
📄
readme.txt
(6.39 KB)
📄
rtl.css
(17.32 KB)
ðŸ“
sass
📄
screenshot.png
(82.88 KB)
📄
search.php
(1.52 KB)
📄
searchform.php
(1.05 KB)
📄
sidebar-left.php
(737 B)
📄
sidebar.php
(872 B)
📄
singular.php
(1.65 KB)
📄
style.css
(2.09 KB)
ðŸ“
templates
ðŸ“
tribe-events
📄
webpack.config.js
(2.15 KB)
ðŸ“
woocommerce
📄
wpml-config.xml
(2.53 KB)
Editing: searchform.php
<?php /** * The template for displaying search forms. * * @package OceanWP WordPress theme */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } // Post type. $search_post_type = get_theme_mod( 'ocean_menu_search_source', 'any' ); // Generate unique form ID. $ocean_sf_id = oceanwp_unique_id( 'ocean-search-form-' ); ?> <form aria-label="<?php echo esc_attr( oceanwp_theme_strings( 'owp-string-search-form-label', false ) ); ?>" role="search" method="get" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>"> <input aria-label="<?php echo esc_attr( oceanwp_theme_strings( 'owp-string-search-field', false ) ); ?>" type="search" id="<?php echo esc_attr( $ocean_sf_id ); ?>" class="field" autocomplete="off" placeholder="<?php echo esc_attr( oceanwp_theme_strings( 'owp-string-search-text', false ) ); ?>" name="s"> <?php if ( 'any' !== $search_post_type ) { ?> <input type="hidden" name="post_type" value="<?php echo esc_attr( $search_post_type ); ?>"> <?php } ?> <?php do_action( 'wpml_add_language_form_field' ); ?> </form>
Upload File
Create Folder