Is there a method of doing this? Can I use PHP to say if(URL=page/2/) { } or something like that within my template?
Essentially, I want an ad to appear in my sidebar when a user clicks 'Older Entries' and Wordpress directs them to "myblog.com/page/2/".
I'm pretty sure I know how to accomplish this with JQuery, but I was wondering if there was a way through PHP, and without a plugin.
Thanks WPA