Add Code Snippet to a Specific Page Header

Code Snippet to add specific code to a specific page header.
Share:
1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading...
Dijan-Mockup

The code snippet below is to add certain code to a specific page header .

Example of use when I am working on the Tantra-log Podcast page where the client wants to use the dedicated microphone favicon on that page only. (Notes: We use Oxygen Builder for build that page.)

Please replace and adjust the parts as you need.

<?php
add_action('wp_head', 'tantralog_favicon');
 function tantralog_favicon(){
 if(is_page(3540)) {  ?>
 <link ref="icon" href="https://dijan.co/wp-content/uploads/2021/04/podcast-icon.svg">

<?php  }
};

Notes: 3540 is page ID

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Article

Fade-In Effect on Window Load
Javascript code for fade-in effect on window load
Disable AOS in Oxygen Builder Editor
CSS for disable AOS in Oxygen Builder
OpenStreetMap and Leaflet.js
Snippets code to use OpenStreetMap and Leaflet.js
COMPLETE PACKAGE OF WEBSITE DESIGN & DEVELOPMENT
Digitalizer offers website design & development services for company profiles, online shops, event organizers, educational institutions or other fields. You don't need to think about domains, web hosting / servers, DNS, email, design, development, security and other technical issues. Just prepare your website content, we do the rest.
All website design & development packages include 1 year maintenance!
Free Consultation
Back to top
cross