Is there a way I can use one page template (A custom page template for example) for the first page of my blog and then another template (Index.php for example) for page 2, 3, 4, etc.?
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
Not sure if you can use a complete different template but you can use different template parts using the global $page variable. Example:
This would load the template file page-two.php or page-default.php depending on what page you were on. |
|||
|
|