Scenario:
On my blog homepage I make a call to the loop at the bottom of the page. The user sees 5 articles, and below that they can click on 'older articles' to see prior articles.
url would be like mysite.com/page/2/
How do I apply a different template to the 2,3,4 etc.. pages?
I really need to change it as I have sliders and galleries among other things on my index page. There is absolutely no reason to be showing that information on 'older articles'...
I have my own page.php and archive.php files in my theme, but obviously they are not called in the wp architecture for 'more' pages.
What do I need to name a custom template to work in this area? (index-page*.php) etc.