How to Remove the OceanWP Sidebar from Custom Post Types
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…
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…
I recently ran into an issue with a client site that was not showing the url to reset the user password when a visitor initiated a password reset email. The…
By default, ElasticPress does not index WooCommerce product variation skus. This means that if a customer searches for products by the specific sku that product will not show up in…
The WordPress plugin The Events Calendar is a great way to add calendar functionality to your website. It is a free plugin available on the WordPress plugin repository and in…
Something that web developers use often, or at least used to, is an index.html file. On occasion I find a need for it when I am testing out code or…