Conrad - Conrad_Vanl wrote:
In my index.php file I have a call to <?php wp_sidebar() ?> [or whatever the
correct statement is]. Like I said before If I put another is_ function in
the if statement, for instance <?php ( is_home() || is_archive() ) { ?> it
works, but it doesn't only when I have is_home by itself.

Are you running a post query of some sort in between the call to is_home() in the header and is_home() in the sidebar? Running query_posts(), for example, will interfere.

Ryan
_______________________________________________
wp-testers mailing list
[email protected]
http://lists.automattic.com/mailman/listinfo/wp-testers

Reply via email to