Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1084176

    Hi Kriesi-Team
    i generated a set of favicons with the favicon-generator.org
    they wrote: … then put the code in the head of your “html-document”
    # in which html-document should I put the code? (I use the Enfold Child-Theme)
    thanks for a hint
    Stefan

    #1084208

    One option:
    – copy the file header.php from the Enfold-theme-folder to your child-theme
    – edit it, insert the HTML between “<head>” and “</head>”

    #1084220

    do I have then to delete the header.php in the Enfold theme-folder?
    (if not so, it generates error-message in the top of the page…)

    #1084223

    No … just leave the original header.php in the Enfold-theme-folder.
    WordPress will use your file when there is one present in the child-theme-folder.

    Regarding the error: Looks like you copied the HTML into a section with PHP “<?php … ?>”.
    Search for a line in that file where you can enter it after one of the “?>”.

    For example at line 67 (referring to the Enfold original file) before “<!– Scripts/CSS and wp_head hook –>” … or line 80 directly before “</head>” would be possible.

    #1084226

    thanks – works perfect!
    GREAT SERVICE!

    #1084437

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to put the code of the generated favicon-set in my html (child theme)’ is closed to new replies.