How to Disable the Page Title in OceanWP
Here is how to remove the page title from single custom post types in OceanWP. Just replace "podcasts" with the name of your custom post type: // Disable page title…
Here is how to remove the page title from single custom post types in OceanWP. Just replace "podcasts" with the name of your custom post type: // Disable page title…
If you are using FacetWP and Elementor you may run into a conflict where FacetWP stops working on custom queries. This is due to a conflict with Elementor. To fix…
If you want to forward your Rackspace email to more than one email address here is how to do it. You can forward email to a maximum of 4 recipients…
Is your logo in OceanWP not letting you sized it up the your desired width and height? OceanWP makes it difficult to get the right sized logo and we found…
If you are working with OceanWP and want to remove the sidebar from a custom post type it can be a little tricky. Luckily there is a simple snippet that…
The following snippets are helpful when customizing the members page on the members-loop.php file Show the users email address: <?php bp_member_user_email(); ?> Show a custom profile field: <?php $user_field =…
If you have a WordPress website that is running the MalCare Security plugin and you are hosting with Cloudways you may have run into an update issue. If you attempt…