How to Add Google Analytics to your OceanWP WordPress Website
Google Analytics is one of those things that every website should have. It tracks your site visitors and gives you an idea of how well your site is performing. This…
Google Analytics is one of those things that every website should have. It tracks your site visitors and gives you an idea of how well your site is performing. This…
The following code will add Google Analytics tracking code to your WordPress site's header. Simply replace "UA-000000000-1" with your analytics UA tracking code and insert the snippet into functions.php. //…
Expiring an advanced custom field can come in handy when you have an announcement field or some other set of data that you only want to show for a certain…
If you use the Taptap mobile plugin for Wordpress and you also use the html5 Blank Theme you may not be able to get the styles for the TapTap menu…
The following snippet of code will remove the content editor box from a specific custom post type. /* This will remove the content editor box from the custom post type…
The following snippet is for Advanced Custom Fields and will echo the field if it exists.
The following snippet will insert code into your WordPress sites home page header only. So for example if you want to display some schema on JUST your home page you…