Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,092
    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,092
    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