Comments reanusbig started the conversationMay 9, 2023 at 5:22pmHi,I use child theme and for GDPR reasons I want to eliminate this code from the header: <link rel="profile" href="http://gmpg.org/xfn/11"> I have now modified the header.php file of the parent theme Soledad, but I will lose this modification with each update.How do I solve this problem in the child theme? Thanksreanusbig repliedMay 9, 2023 at 5:34pmSorry, I forgot to write that I also want to eliminate: <link rel="pingback" href="https://www.pozzuolireport.it/xmlrpc.php"> I have now deleted in the header.php file of the parent theme Soledad this code: <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>"> 2,610PenciDesign repliedMay 9, 2023 at 6:20pmHi,In this case, just copy the header file from the parent theme into the child theme then start to modify it.Regards,PenciDesign.reanusbig repliedMay 19, 2023 at 3:28pmOk. Sign in to reply ...
Hi,
I use child theme and for GDPR reasons I want to eliminate this code from the header:
I have now modified the header.php file of the parent theme Soledad, but I will lose this modification with each update.
How do I solve this problem in the child theme?
Thanks
Sorry, I forgot to write that I also want to eliminate:
I have now deleted in the header.php file of the parent theme Soledad this code:
Hi,
In this case, just copy the header file from the parent theme into the child theme then start to modify it.
Regards,
PenciDesign.
Ok.