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. //…
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…
Here is how to change the number of posts that are display on a Taxonomy Template page within Wordpress. So let's say you want to show 20 posts of two…
For this example we are going to use a script from a sticky menu First, add your script to a .js file located in your theme and make sure you…