Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #401093

    Couldn’t find this in the support forum.

    I have the following code with respective images. Where can I insert this into the head of the home page?

    I know there is a place for favicon … but what about the rest?

    Thanks, April

    <link rel=”apple-touch-icon” sizes=”57×57″ href=”/apple-touch-icon-57×57.png”>
    <link rel=”apple-touch-icon” sizes=”60×60″ href=”/apple-touch-icon-60×60.png”>
    <link rel=”apple-touch-icon” sizes=”72×72″ href=”/apple-touch-icon-72×72.png”>
    <link rel=”apple-touch-icon” sizes=”76×76″ href=”/apple-touch-icon-76×76.png”>
    <link rel=”apple-touch-icon” sizes=”114×114″ href=”/apple-touch-icon-114×114.png”>
    <link rel=”apple-touch-icon” sizes=”120×120″ href=”/apple-touch-icon-120×120.png”>
    <link rel=”apple-touch-icon” sizes=”144×144″ href=”/apple-touch-icon-144×144.png”>
    <link rel=”apple-touch-icon” sizes=”152×152″ href=”/apple-touch-icon-152×152.png”>
    <link rel=”apple-touch-icon” sizes=”180×180″ href=”/apple-touch-icon-180×180.png”>
    <link rel=”icon” type=”image/png” href=”/favicon-32×32.png” sizes=”32×32″>
    <link rel=”icon” type=”image/png” href=”/favicon-194×194.png” sizes=”194×194″>
    <link rel=”icon” type=”image/png” href=”/favicon-96×96.png” sizes=”96×96″>
    <link rel=”icon” type=”image/png” href=”/android-chrome-192×192.png” sizes=”192×192″>
    <link rel=”icon” type=”image/png” href=”/favicon-16×16.png” sizes=”16×16″>
    <link rel=”manifest” href=”/android-chrome-manifest.json”>
    <meta name=”msapplication-TileColor” content=”#9f00a7″>
    <meta name=”msapplication-TileImage” content=”/mstile-144×144.png”>

    #401722

    Hey USEYOURHEAD!

    Add this to the bottom of your functions.php file.

    add_action( 'wp_head', 'enfold_customization_extra_header_meta' );
    function enfold_customization_extra_header_meta() {
    ?>
    insert your code here
    <?php
    }

    Regards,
    Elliott

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