[wp-hackers] if it is main page !

scribu scribu at gmail.com
Wed Aug 18 13:27:03 UTC 2010


On Wed, Aug 18, 2010 at 4:25 PM, scribu <scribu at gmail.com> wrote:

> Actually, there's a conditional tag for that too:
>
> is_paged()
>
> So, yeah, read the Codex :P
>

Your check would become:

if ( is_home() && !is_paged() )


-- 
http://scribu.net


More information about the wp-hackers mailing list