Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3366460
http://gmpg.org/xfn/11
Closed

Comments

  • reanusbig started the conversation

    Hi,

    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?

    Thanks

  • reanusbig replied

    Sorry, 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,279
    PenciDesign replied

    Hi,

    In this case, just copy the header file from the parent theme into the child theme then start to modify it.

    Regards,
    PenciDesign.


  • reanusbig replied

    Ok.