Learn how to set up Locadapt on your WordPress site
Method 1: Using a Plugin (Recommended for Beginners)
Install Plugin
Access Plugin Settings
Add Locadapt Code
YOUR_PROJECT_ID
with the actual project ID provided in the configuration page for your Locadapt project.Save Changes
Method 2: Using the Theme Customizer
Access Theme Customizer
Add CSS
Add JavaScript
header.php
.
Add the following code just before the closing </head>
tag:Save Changes
Method 3: Using a Child Theme
Create Child Theme
Edit functions.php
functions.php
, add the following code:Save and Activate