Display headers on static pages
-
I’d like to display graphic headers on specific pages and wonder if this is the code to use.
I’d rather use the page_id, but I can’t seem to find the pageid for each of my pages. How to??
<?php if (is_page('home') ) { $hdrimg = 'homepage.jpg'; } elseif ( is_page('blog') ) { $hdrimg = 'blogpage.jpg';}
https://www.sanddsoft.com – just a staging dev area.
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Display headers on static pages’ is closed to new replies.