Search results for custom post type
394 articles found
-
Security Headers: Site Booster Module
The Ocean Site Booster's Security Headers module enables you to control security headers (HSTS, Content Security Policy, Cross Origin Embedder Policy and others) on your website and automatically
-
Add a shortcode slider in a page
You can add shortcodes for the Ocean Posts Slider, any template made via WP Dashboard, OceanWP > My Library (old settings: Theme Panel > My Library) or whatever you want in multiple locations of your
-
Adding The Page "Subheading"
The default way of adding your subheading for posts and pages is via the meta option, see the screenshot below:
-
Before Single Product Title
The ocean_before_single_product_title hook appears before the .single-post-title element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..
-
After Single Product Title
The ocean_after_single_product_title hook appears before the .single-post-title element. Note: This hook is included in the Ocean Hooks extension. Follow this article to learn how to use this hook..
-
Remove the Shop Page Subheading
// Remove the Shop page subheading function my_remove_shop_page_header_subheading( $subheading ) { if ( is_shop() ) { $subheading = false; } // Return the subheading return $subheading; } add_filter(
-
Alter the Shop Page Subheading
// Alter the Shop page subheading function my_alter_shop_page_header_subheading( $subheading ) { if ( is_shop() ) { $subheading = 'My shop page subheading'; } // Return the subheading return $subheadi
-
Change The Page Title Design
You can easily alter your main page header / title design via the WordPress Customizer. Simply log into WordPress and go to Appearance > Customize > Pages & Special Pages > Page Title, and choose the
-
How To Close Your Account
As a client, you have the option to close your customer account. A customer account is an account associated with purchases you have made, and is not to be confused with the user account on
-
Add To Cart Button Missing
If the Add To Cart button is missing on your site, go to the WooCommerce > Single Product section of the customizer and click the eye icon for Quantity & Add To Cart. After doing that, reload your
-
Site Booster Overview
Once you install and activate Ocean Site Booster, you will notice the Site Booster item within your WordPress dashboard. Click the Site Booster item to get redirected to the main plugin dashboard.
-
Remove all Google Fonts from the typography settings panel
/** * Remove all Google font options from the Customizer */ function remove_customizer_google_fonts( $fonts ) { if ( is_customize_preview() ) { $fonts = ''; } return $fonts; } add_filter( 'ocean_googl
-
How To Switch to a Different Demo
Since Ocean demos are not individual themes but pre-built layouts for the OceanWP theme, you can't "uninstall" demos in a traditional way (like you would do with a WordPress theme). If you have
-
Ocean Product Sharing Changelog
Ocean Product Sharing Changelog: = 2.2.1 - MAY 19 2025 = Updated: Compatibility: WordPress version number. = 2.2.0 - OCT 16 2024 = NEW: Customizer: Library upgraded to default WordPress ReactJS. NEW:
-
Display Video Header Media on All Pages
This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Ocean Cookie Notice Changelog
Ocean Cookie Notice Changelog: = 2.1.1 - MAY 19 2025 = Updated: Compatibility: WordPress version number. Fixed: Translations: Function _load_textdomain_just_in_time was called incorrectly. = 2.1.0 -
-
Header Search
Your OceanWP theme includes an advanced function that enables you to display a search bar in the header. Among the option to choose between multiple styles, you can also customize the Search Results
-
Ocean Sticky Footer Changelog
Ocean Sticky Footer Changelog: = 2.1.1 - MAY 19 2025 = Updated: Compatibility: WordPress version number. = 2.1.0 - OCT 16 2024 = NEW: Customizer: Library upgraded to default WordPress ReactJS. NEW:
-
How to enable Open Graph in OceanWP
Open Graph is a technology that allows developers to control what content they want to display when a page is shared on Facebook and other social media platforms. For OceanWP 4.0.0 and above, to
-
Add/Remove/Edit The Social Sharing Links
With this extension you can add social sharing buttons with a beautiful style to your single posts. If you wish add, remove or edit the social sharing links, it very easy, follow this steps: 1 Create
-
Add/Remove Elements From The Mobile Menu
// Sample function to add/remove items from the mobile menu function my_add_to_mobile_menu( $array ) { // Add element with ID my-custom-id $array['my-custom-id'] = '#my-custom-id'; // Remove search if
-
Ocean Social Sharing Changelog
Ocean Social Sharing Changelog: = 2.2.2 - JUL 22 2025 = Fixed: Potential vulnerability patched: Report by Wordfence from JUL 15th 2025. Shoutout and a thanks to the Wordfence team for patch test and
-
How To Use OceanWP Typography
If you have a fresh installation of the OceanWP theme, you can can customize your Typography settings in a breeze. In this article will show you how to properly set up the font family for your
-
Add SKU After WooCommerce Product Title on Archive Pages
This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
How to Configure the Notice
The Cookie Notice can be configured via the Cookie Notice section of the customizer, so go to your dashboard, click Appearance > Customize and click the Cookie Notice section.
-
How To Use Auto-Apply Coupons Feature
The Auto-Apply Coupons feature is available as of Ocean eComm Treasure Box 1.4.0 version, and to all Ocean eCommerce Pro license owners. The Auto-Apply Coupon feature is a part of our Coupon Manager.
-
I Am Unable to Access My Account
Learn how Customer Accounts function by checking out our document on Customer Accounts. If, for any reason, you are unable to access your account via the OceanWP website, you can access the customer
-
Host Google Fonts Locally
With the OceanWP theme, you can host all Google fonts (that exist within the available list of over 150 Google fonts) locally on your website with a single click. In order to user this feature, you
-
Add a Dynamic Date in the Footer Bottom
Since Ocean Extra plugin 1.1.8 version, you can easily add a dynamic date in the footer copyright area (Customize > Footer Bottom) of your website. What is a dynamic date? A dynamic date is a date
-
How To Add Adobe Fonts (TypeKit)
As of OceanWP version 3.4.0 and Ocean Extra version 2.1.0, you are able to add Adobe Fonts (TypeKit) to your OceanWP theme for free. Once you've connected your Adobe Fonts project with your OceanWP
-
Ocean Portfolio: Getting Started
In this video you will learn how to install and activate the Ocean Portfolio plugin, how to create a single Portfolio item using any page builder of your choice (including Gutenberg, default
-
How Making OceanWP Multilingual with Weglot Translate?
This is a 2-step guide to make your OceanWP website multilingual with Weglot. First, you’ll need to add Weglot to your WordPress admin and then you will be able to manage your translations from your W
-
I Uploaded My Logo but the Demo Logo Is Still Visible
If you uploaded your own logo but the demo logo is still displaying on your website, make sure you have correctly added your: #1 Main Logo via Appearance > Customize > Header > Logo, #2 Retina Logo
-
Remove or Edit The WooCommerce Menu Icon
By default, if you have the WooCommerce plugin active on the OceanWP theme, then a little shopping cart will display in the main navigation menu. This icon can be removed and also tweaked via the
-
Edit The Popup Template
With this extension you can display a popup when you click on the Add To Cart button of your products. All the options to customize the popup are in the customizer but if you want add specific things,
-
How To Cancel Your Subscription (Auto-Renewal)
You can cancel your subscription (auto-renewal) for the annual license directly from your account. Important: Please do not cancel the subscription for at least 10 days from the purchase. Otherwise
-
Edit The Portfolio Templates
All the options to customize the portfolio archives, taxonomy and single item are in the customizer but if you want to add specific things, you'll need to do it manually. All the templates into the
-
[oceanwp_login] Shortcode
This shortcode allows you to display a login/logout link wherever you want. The shortcode does not require Ocean Popup Login to function, but at the same time it does not display any kind of
-
Disable the Lightbox Scripts
This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Add Social Share Buttons Under the Short Description
/** * Add social share buttons under the short description */ function woo_social_share_under_desc() { // Vars $product_title = get_the_title(); $product_url = get_permalink(); $product_img = wp_get_a
-
Array Word Next to the Logo
If you have an array next to your logo, go to the Header > Logo section of the customizer and remove or add your retina logo.
-
the_content is Missing With Your Page Builder
If you can't use your page builder to create your single portfolio items, check if you haven't disable the Content in the Portfolio > Single Portfolio Item section of the customizer.
-
Ocean White Label Changelog
Ocean White Label Changelog: = 2.1.1 - MAY 19 2025 = Updated: Compatibility: WordPress version number. = 2.1.0 - OCT 16 2024 = NEW: Customizer: Disable OceanWP Info panel for OceanWP 4 and above.
-
Activate the Popup on Single Product
To activate the Woo Popup on the single product page, you just need to enable ajax for the single products. Go to the WooCommerce > Single Product section of the customizer and check the Enable Ajax A
-
How to Open a Lightbox to the Image Click
By default, when you click a portfolio item, it opens the item, but you can easily open your portfolio item image in a lightbox, go to the Portfolio > Images section of the customizer and select Open
-
Add New Social Options for the Top Bar and The Social Menu
This is a Developer Level doc. If you're unfamiliar with PHP and/or editing files, codes and templates, as well as with resolving possible conflict, please seek help from a professional. Under our
-
Disable Mobile Menu Search Form
By default, a search form is displayed in the mobile menu so your mobile visitors can easily search your site. If you don’t to display the search form, you can disable it via the settings at
-
How to Add Social Login
Adding a social login will make your user or customer easier to log into your site, to integrate social login with the Popup Login extensions please follow the steps below: Install and activate the Po
-
My Logo Is Not in Line With the Menu on Mobile
If you are using the Medium Header or Top Menu Header styles (Appearance > Customize > Header > General), your logo on mobile will always be displayed above the menu toggle button. If you want your
-
Remove Search Results Sidebar
Your OceanWP theme offers you the option to set an independent layout for the Search Results Page with ease. Default Search Results Page page layout is set to sidebar. To change the layout for the