Hi I was told to put the following code into my footer PHP
<?php echo do_shortcode("[wpgmza id="1"]"); ?>
My acutal code:
<div class="col-lg-8"><?php echo do_shortcode("[wpgmza id="1"]"); ?> </div>
Im getting the following Error:
Your PHP code changes were rolled back due to an error on line 142 of file wp-content/themes/XXXX/footer.php. Please fix and try saving again.
syntax error, unexpected '1' (T_LNUMBER)
Why is this happening when most forums i read say to that following code?