Hey Martina!
The theme does not add this tag, it is a WordPress default behavior, try the following:
http://pixelpunk.co.uk/2010/01/disable-wordpress-built-in-canonical-url/
Regards,
Josue
Hi Josue,
Thanks so much for your reply.
If I copy # Remove WordPress’ canonical links
remove_action(‘wp_head’, ‘rel_canonical’); into the functions.php won’t it be overwritten with an update?
Martina
Hi!
If you add this code to enfold/functions.php a theme update will overwrite it – yes. However you can create/use a child theme if you don’t want that the custom functions.php file is affected by a theme update. Just create a file inside the child theme folder, call it “functions.php” and add your code into it. You can also download the sample child theme here: http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
Peter
Awesome! you guys are great! Thanks so much!