Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1405763

    Hi, I’m wondering if I have a child theme and need to add header info can I just create a blank file and call it header.php in the child theme? From there just adding any personalization? Or do I need to copy the entire contents, then modify?
    I’m just concerned if I copy all of the contents then the header will no longer show new updates from the main theme.

    #1405765

    I tired adding the meta information in the head below and it didn’t work. How can I add this in the <head>?

    #1405806

    Hi,

    You can download a child theme here: https://kriesi.at/support/topic/download-enfold-child-theme/. Then you can add this code to functions.php:

    function virtualbis_add_fb_domain_verification(){
    ?>
    Your code goes here
    <?php
    }
    add_action('wp_head', 'virtualbis_add_fb_domain_verification');

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.