I'd like to get a condition to test TRUE for the HOME page but NOT for the BLOG page when both use the same template (both pages selected to show home and blog are the same index.php with a template name inside)
I tried is_page() && is_home() for the blog page, since the front page body class doesn't show "page" but both show "home", no success.
Extra data:
The following post is about two widgets which show up both or just one, depending on the order in which they appear in the sidebar.
Both are WP widgets (cats, recent) and both use the same condition !is_front_page()
http://wordpress.org/support/topic/379972?replies=1
Any idea?
Thanks