index page modifcation
-
Hi,
I’m trying to work with my index.php page and modify it’s behavior.
I am trying change the way the very first page works if they are on
http://www.mydomain.com/ or http://www.mydomain/page/1 then it displays the index differently than if they are on http://www.mydomian/page/2 http://www.mydomain/page/3 etc which will function as normal.Doing if(is_page(1)) { } else { } doesn’t seem to work the way I want it to.
I’ve tried is_home() and is_front_page() but I don’t think they work the way i thought they might.
Am i going about this the wrong way?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘index page modifcation’ is closed to new replies.