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. //…
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…
The following snippet will limit search results to display blog posts only on your search results page. Copy and paste the following into functions.php function SearchFilter($query) { if ($query->is_search) {…