X7ROOT File Manager
Current Path:
/home/okeydcqc/pointecgroup.com/wp-content/themes/oceanwp
home
/
okeydcqc
/
pointecgroup.com
/
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: footer.php
<?php /** * The template for displaying the footer. * * @package OceanWP WordPress theme */ ?> </main><!-- #main --> <?php do_action( 'ocean_after_main' ); ?> <?php do_action( 'ocean_before_footer' ); ?> <?php // Elementor `footer` location. if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) { ?> <?php do_action( 'ocean_footer' ); ?> <?php } ?> <?php do_action( 'ocean_after_footer' ); ?> </div><!-- #wrap --> <?php do_action( 'ocean_after_wrap' ); ?> </div><!-- #outer-wrap --> <?php do_action( 'ocean_after_outer_wrap' ); ?> <?php // If is not sticky footer. if ( ! class_exists( 'Ocean_Sticky_Footer' ) ) { get_template_part( 'partials/scroll-top' ); } ?> <?php // Search overlay style. if ( 'overlay' === oceanwp_menu_search_style() ) { get_template_part( 'partials/header/search-overlay' ); } ?> <?php // If sidebar mobile menu style. if ( 'sidebar' === oceanwp_mobile_menu_style() ) { // Mobile panel close button. if ( get_theme_mod( 'ocean_mobile_menu_close_btn', true ) ) { get_template_part( 'partials/mobile/mobile-sidr-close' ); } ?> <?php // Mobile Menu (if defined). get_template_part( 'partials/mobile/mobile-nav' ); ?> <?php // Mobile search form. if ( get_theme_mod( 'ocean_mobile_menu_search', true ) ) { ob_start(); get_template_part( 'partials/mobile/mobile-search' ); echo ob_get_clean(); } } ?> <?php // If full screen mobile menu style. if ( 'fullscreen' === oceanwp_mobile_menu_style() ) { get_template_part( 'partials/mobile/mobile-fullscreen' ); } ?> <?php wp_footer(); ?> </body> </html>
Upload File
Create Folder