Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1364136
FAcebook pixel in head-tag
Closed

Comments

  • maxhamers started the conversation

    helllo i like to place a diffrent facebook pixel in every head of every page where can i do this the best? or do you advise a sertent plugin (I know  alittle HTML -code so i prefer to place it in manuel)

  •  7,280
    Oliver replied

    HI!

    You can make it via the any plugin or copy the header.php file and via the check you can add different code with is_page hook. Example:

    <?php   
        if ( is_page(123) {
            
        }
    ?>
    

    https://developer.wordpress.org/reference/functions/is_page/

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • maxhamers replied

    thank you it worked

  •  7,280
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver