Show another background image on special page
-
Hi,
I’m trying to display a different background image for one special page, I tried it with this code but It’s not working:
<?php if ( is_page(3) ) { $wp_query->query("post_type=portfolio&portfolio_category=bg2&showposts=-1"); } else { $wp_query->query("post_type=portfolio&portfolio_category=bg1&showposts=-1"); } ?>
It always shows the picture bg1 (else conditional) -> what am I doing wrong?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Show another background image on special page’ is closed to new replies.