It is ignored after the get_header() call. Is that normal behavior?
It is ignored after the get_header() call. Is that normal behavior?
I do not believe so - would it be possible to see your usage?
Actually, it seems to be inside the query_posts() call. Is THAT normal behavior? Seems more normal at least :P
Thanks
i have the same problem, any solutions ?
Pretty easy really.
Just put this bit of code right before the "is_page()" call.
<?php wp_reset_query(); ?>
This topic has been closed to new replies.