By
Peter Wilson
on
WordPress question – is this right to detect the main feed?
if ( is_feed() && !( is_archive() || is_singular() ) ) { ... }
WordPress question – is this right to detect the main feed?
if ( is_feed() && !( is_archive() || is_singular() ) ) { ... }