🔥 Black Friday Sale is Live! 40% Off Sitewide

Grab the biggest deal of the year 🛍️ Buy Lifetime Membership

0Days

0Hours

0Minutes

0Seconds

In order to get different text, image or hmtl code on a given page, you can use is_page function. Here is a sample way on how you can do create separate telephone numbers on different pages on a WordPress website. (The code below goes anywhere on the page header, footer or any area that can execute a php file.

We are using Page Slugs (URL pattern). You can also use page ID.


Toll Free: 000-000-0000

';
}
elseif(is_page('epson-printer-support')){
echo '

Toll Free: 000-000-0000

';
}
elseif(is_page('canon-printer-support')){
echo '

Toll Free: 000-000-0000

';
}
elseif(is_page('brother-printer-support')){
echo '

Toll Free: 000-000-0000

';
}
elseif(is_page('lexmark-printer-support')){
echo '

Toll Free: 000-000-0000

';
}
else {
echo '

Toll Free: 000-000-0000

';
}
?>

Black Friday Popup