Project Files
0 files
0 folders
- assets
- inc
- languages
- partials
- sass
- templates
- tribe-events
- woocommerce
- .babelrc.babelrcBinary file or too large to preview
- .editorconfig.editorconfig# WordPress Coding Standards # https://make.wordpress.org/core/handbook/coding-standards/ root = true [*] charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true indent_style = tab indent_size = 4 ...
- .gitignore.gitignore## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files *.suo *.user *.userosscache *.sln.docstates # User-specific files (MonoDevelop/Xamarin Studio) ...
- 404.php404.php<?php /** * The template for displaying 404 pages. * * @package OceanWP WordPress theme */ // Get ID. $get_id = get_theme_mod( 'ocean_error_page_template' ); // Check if page is Elementor page. $elementor = get_post_meta( $get_id, '_elementor_edit_mode', true ); ...
- 500.php500.php<?php /** * The template for displaying 500 pages in PWA. * * @package OceanWP WordPress theme * @since 1.8.8 */ pwa_get_header( 'pwa' ); do_action( 'ocean_do_server_error' ); pwa_get_footer( 'pwa' ); ...
- CONTRIBUTING.mdCONTRIBUTING.md# How To Contribute Community made patches, localizations, bug reports and contributions are always welcome. Your help is greatly appreciated. When contributing please ensure you follow the guidelines below to help us keep on top of things. __Please Note:__ GitHub is for *bug reports and contributions only* - if you have a support question or a request for a customization this is not the right place to post it. Use [OceanWP Support](https://oceanwp.org/support/) for customer support, and for cus...
- Gruntfile.jsGruntfile.jsBinary file or too large to preview
- README.mdREADME.md# OceanWP **Contributors:** The OceanWP Team **Requires at least:** WordPress 5.6 **Tested up to:** WordPress 6.9.1 **Stable tag:** 4.1.5 **Requires PHP:** 7.4 **License:** GPLv2 or later **License URI:** https://www.gnu.org/licenses/gpl-2.0.html **Tags:** two-columns, right-sidebar, footer-widgets, blog, news, custom-background, custom-menu, post-formats, rtl-language-support, sticky-post, editor-style, threaded-comments, translation-ready, buddypress, custom-colors, featured-images, full-width...
- babel.config.jsbabel.config.jsmodule.exports = { presets:[ ] }
- changelog.mdchangelog.md# OceanWP Changelog ### _2026.02.16_ - 4.1.5 - **NEW: Customizer**:: WooCommerce: Archives: Toolbar: Shop Result Count Max Cap option for the 'ALL' preview link: Added to protect server performance. Defaults to 36 for new sites and 100 for existing sites (max limit 1200). - **Added**:: Compatibility: PHP 8.X+: Deprecated: Increment on non-alphanumeric string is deprecated in .../themes/oceanwp/partials/header/style/medium-header.php on line 50 - **Added**:: Compatibility: PHP 8.X+: Warning: Unde...
- comments.phpcomments.php<?php /** * The template for displaying Comments. * * The area of the page that contains both current comments and the comment * form. The actual display of comments is handled by a callback to * oceanwp_comment() which is located at functions/comments-callback.php * * @package OceanWP WordPress theme */ ...
- composer.jsoncomposer.json{ "name": "oceanwp/oceanwp", "type": "wordpress-theme", "description": "A lightweight and highly customizable WordPress theme.", "keywords": [ "WordPress", "Themes" ], "require-dev": { "squizlabs/php_codesniffer": "^3.5", ...
- composer.lockcomposer.lockBinary file or too large to preview
- footer-pwa.phpfooter-pwa.php<?php /** * The template for displaying the footer in PWA. * * @package OceanWP WordPress theme * @since 1.8.8 */ ?> <?php wp_footer(); ?> </body> ...
- footer.phpfooter.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' ); ?> ...
- functions.phpfunctions.phpBinary file or too large to preview
- header-pwa.phpheader-pwa.php<?php /** * The Header for our theme in PWA. * * @package OceanWP WordPress theme * @since 1.8.8 */ ?> <!DOCTYPE html> <html class="<?php echo esc_attr( oceanwp_html_classes() ); ?>" <?php language_attributes(); ?>> ...
- header.phpheader.php<?php /** * The Header for our theme. * * @package OceanWP WordPress theme */ ?> <!DOCTYPE html> <html class="<?php echo esc_attr( oceanwp_html_classes() ); ?>" <?php language_attributes(); ?>> <head> ...
- image.phpimage.php<?php /** * The template for displaying image attachments. * * Learn more: http://codex.wordpress.org/Template_Hierarchy * * @package OceanWP WordPress theme */ get_header(); ?> <?php do_action( 'ocean_before_content_wrap' ); ?> ...
- index.phpindex.php<?php /** * The main template file. * * This is the most generic template file in a WordPress theme and one of the * two required files for a theme (the other being style.css). * It is used to display a page when nothing more specific matches a query. * For example, it puts together the home page when no home.php file exists. * * Learn more: http://codex.wordpress.org/Template_Hierarchy ...
- offline.phpoffline.php<?php /** * The template for displaying offline pages in PWA. * * @package OceanWP WordPress theme * @since 1.8.8 */ pwa_get_header( 'pwa' ); do_action( 'ocean_do_offline' ); pwa_get_footer( 'pwa' ); ...
- package-lock.jsonpackage-lock.jsonBinary file or too large to preview
- package.jsonpackage.json{ "name": "oceanwp", "version": "1.0.0", "description": "OceanWP Theme", "main": "Gruntfile.js", "scripts": { "start": "npm install && npm run build", "build": "cross-env NODE_ENV=production webpack --mode production", "dev": "cross-env NODE_ENV=development webpack --watch --mode development", "lint:js": "eslint assets/src", ...
- page.phppage.php<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages and that other * 'pages' on your WordPress site will use a different template. * * @package OceanWP WordPress theme */ ...
- phpcs.xml.distphpcs.xml.dist<?xml version="1.0"?> <ruleset name="OceanWP"> <description>Rules for OceanWP</description> <!-- Exclude patterns. --> <exclude-pattern>/vendor/*</exclude-pattern> <exclude-pattern>/node_modules/*</exclude-pattern> <exclude-pattern>/assets/css/*</exclude-pattern> <exclude-pattern>/assets/js/*</exclude-pattern> <!-- Pass some flags to PHPCS: p flag: Show progress of the run. ...
- readme.txtreadme.txt== OceanWP == Contributors: oceanwp Tested up to: 6.9.1 Stable tag: 4.1.5 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Website: https://oceanwp.org/ Support: https://oceanwp.org/support Documentation: https://docs.oceanwp.org/ ...
- rtl.cssrtl.cssBinary file or too large to preview
- screenshot.pngscreenshot.pngBinary file or too large to preview
- search.phpsearch.php<?php /** * The template for displaying Search Results pages. * * @package OceanWP WordPress theme */ get_header(); ?> <?php do_action( 'ocean_before_content_wrap' ); ?> <div id="content-wrap" class="container clr"> <?php do_action( 'ocean_before_primary' ); ?> ...
- searchform.phpsearchform.php<?php /** * The template for displaying search forms. * * @package OceanWP WordPress theme */ // Exit if accessed directly. if ( ! defined( 'ABSPATH' ) ) { exit; } ...
- sidebar-left.phpsidebar-left.php<?php /** * The left sidebar containing the widget area. * * @package OceanWP WordPress theme */ ?> <?php do_action( 'ocean_before_sidebar' ); ?> <aside id="left-sidebar" class="sidebar-container widget-area sidebar-secondary"<?php oceanwp_schema_markup( 'sidebar' ); ?> role="complementary" aria-label="<?php esc_attr_e( 'Secondary Sidebar', 'oceanwp' ); ?>"> <?php do_action( 'ocean_before_sidebar_inner' ); ?> ...
- sidebar.phpsidebar.php<?php /** * The sidebar containing the main widget area. * * @package OceanWP WordPress theme */ // Retunr if full width or full screen. if ( in_array( oceanwp_post_layout(), array( 'full-screen', 'full-width' ), true ) ) { return; } ?> ...
- singular.phpsingular.php<?php /** * The template for displaying all pages, single posts and attachments * * This is a new template file that WordPress introduced in * version 4.3. * * @package OceanWP WordPress theme */ get_header(); ?> ...
- style.cssstyle.css/*! * Theme Name: OceanWP * Text Domain: oceanwp * Version: 4.1.5 * Tested up to: 6.9.1 * Requires at least: 5.6 * Requires PHP: 7.4 * Author: OceanWP * Author URI: https://oceanwp.org/about-oceanwp/ * Theme URI: https://oceanwp.org/ ...
- webpack.config.jswebpack.config.jsconst path = require('path'); const MiniCssExtractPlugin = require('mini-css-extract-plugin'); // const CopyPlugin = require("copy-webpack-plugin"); const ImageminPlugin = require('imagemin-webpack-plugin').default; const TerserPlugin = require('terser-webpack-plugin'); module.exports = { mode: 'production', // optimization: { // minimize: true, // minimizer: [new TerserPlugin({ /* additional options here */ })], ...
- wpml-config.xmlwpml-config.xml<wpml-config> <admin-texts> <key name="theme_mods_oceanwp"> <key name="ocean_footer_copyright_text" /> <key name="ocean_top_bar_content" /> <key name="ocean_after_header_content" /> <key name="ocean_mobile_menu_text" /> <key name="ocean_mobile_menu_close_text" /> <key name="ocean_mobile_menu_close_btn_text" /> <key name="ocean_woo_menu_icon_custom_link" /> ...
Select a file from project to view its contents
Bookmarks