Apparently I'm not understanding custom page templates-help?
-
I’m working on this web site: https://www.paddibles.com
Originally they didn’t want a blog page, just regular pages, so I took out the <?php get_sidebar(); ?> from my template (using Framework). Today they decided they want a blog, so I want to make a custom template for just the blog page. I’m also using the Disable WPAutoP plugin so need to make a special div to give me the page width I want for the posts. SOOOoo, I made a custom page template called blogpost.php which is a copy of index.php with the extra div (.width800) and the get sidebar. I selected this page template for the blog page in Quick Edit, and yet its still using index.php for page layout. Can you tell me what I’m doing wrong? I’ll also have to edit “single.php” to match formatting.
- The topic ‘Apparently I'm not understanding custom page templates-help?’ is closed to new replies.