Im having the same problem, are you using 2.7?
Thread Starter
geoneo
(@geoneo)
btw im using 2.7. Ive just found some other posts from people saying it doesnt work in 2.7.
Is there a new command I should be using?
Thread Starter
geoneo
(@geoneo)
Just found an example that uses,
global $wp_query;
if ( $wp_query->is_home ) {
// do something
}
But this doesnt seem to work, any ideas?