is_page not working
-
I’m trying to use the is_page command, but not having any luck. I’ve made an example below, does anyone see where I’m going wrong?
<?php if(is_page( array('goody-box', 'double-goody-box') ) ) { ?> <a href="#"><img alt="" src="<?php bloginfo('template_url');?>/images/picture.jpg" width="650" title="" /></a><?php } ?>
Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘is_page not working’ is closed to new replies.