Not easy to do. You can create redirect template and assign templates based on page ID
<?php
if (is_page('629')) { include(TEMPLATEPATH . '/pages/homepage.php');}
elseif (is_page('186')) { include(TEMPLATEPATH . '/pages/generalpage.php');}
else { include(TEMPLATEPATH . '/pages/defaultpage.php');
} ?>
See this for more details
Related Posts:
- Check if current page is the Blog Page
- Can you have a blog in a subdirectory hosted on a different server?
- Move WordPress from /blog folder to root but leave post at /blog
- Moving my current wordpress blog to a subdomain
- Looking to exclude blog posts from category Previous/Next buttons
- Could not load the preview image. Please reload the page and try again – error on image upload
- How to display blog posts on a dedicated page?
- Two Blog Layouts, Same Theme
- Show first sentence of blog post in blog roll
- Keep WYSIWYG on Blog Page
- Detect archive and category page
- Blog page showing same content as homepage
- Custom URL for all posts in WordPress
- List all blog categories
- A garbled copy of MY blog on this site? [closed]
- Customize Time Stamp
- A different thumbnail to the blog index vs. the image on the top of a post?
- How do I ensure that a piece of hard code only gets called, when on my appointed Blog page?
- Deleting a blog
- Where in PHP do I move title and meta (date) to bottom of each blog section?
- How to make number of blog posts a custom field?
- Why does this snippet in a blog post make WordPress crash?
- Where can I find my blog page?
- Blog posts repeat
- How to display the posts and news in front page?
- How do I change the taglines next to the featured image on my posts?
- Different post styles depending on category
- Loading index.php contents which located outside blog folder for post single page
- WordPress Blog – Grid View
- How to show latest blog post rather then earliest
- Custom Pagination is Broken
- inviting people to blog and editing roles
- Removing blog page images
- problem with wordpress author profile page URL
- How to make blog posts appear under different menu items?
- Portfolio & Blog cohabitation : multiple single.php files?
- Creating a blog on my companies new website using WordPress but I have sidebar issues
- How to add list of other blogs, with latest posts from those blogs, to a single page of my website?
- Put post urls into their own category
- I want to display my 2. latest post
- Why the Gutenberg Editor is Not Available In My WP Site?
- Using featured image of blog archive page
- How to prevent WordPress from auto creating ol li on list elements?
- How do I add a sign up form to my blog?
- WordPress blog assign unqiue body class
- I am getting “0” in the starting of my post description at home page
- How to make blog post entries appear as input form instead of just text?
- How can I make my Blog category unindexed in Google?
- WordPress loop is not working
- Recent Posts Listed by Author, Can I exclude authors?
- How to modify display of blog listing page?
- Wrap posts p tags in div
- Internal and External Blog
- Fatal error: Cannot redeclare comment_theme()
- Can I make a parent page of the blog and have it display a paragraph/thumbnail of certain entries?
- How can I set a vote on the comments?
- Making a column vector in wordpress blog using Latex
- How do you allow users to subscribe to a WordPress blog?
- Blog on a separate server from WooCommerce WITHOUT effecting SEO?
- what is the address of default home page?
- Creating new page overwrites old page
- How to set condition for all posts with one label
- Move blogs but with applied filters
- How to use a PHP file to control the content of a blog post
- Blogs got Deleted automatically
- WordPress Recent Posts – Loop
- Integrate wordpress blog into existing html site
- LinkedIn Share Post Button
- Blog Image and Title in Right Sidebar
- Retrieve details of my wordpress site
- Blog post stuck in drafts
- I need to customize wordpress “previous” “next” links
- I Have No List Of Blogs – Empty Blog Folder Recreating Itself
- How to change the layout of blog posts to that a compressed snippet shows rather than full text
- Can I create mini-WordPresses on my WordPress?
- How to create library of HTML snippets to use in posts
- Adding a WordPress Blog to a current WordPress site
- Two blogs one page
- Blog Displays Only Sticky Posts
- Uploading a external squeeze page within WP
- How to Set Limit with WordPress Get Bookmarks Shortcode
- Posts page drop down is not selecting the selected page
- Inserting A Feed and Sidebar into an HTML Page
- URL of blog when using index.php as blog and front-page.php as homepage
- Not showing up on WordPress Reader
- Blog as a part of a WordPress site?
- Fatal error: require() [function.require]: Failed opening required in wordpress
- WordPress blog set up
- how to show content of latest blog post with read more link?
- Auto-posting Facebook posts to blog [closed]
- How to access the so called “Posts page”
- Home page of blog displays no posts
- How do I remove blog entries from home page Twenty Eleven child theme?
- How to turn off “you have to login to comment” on blogs
- How can I get blog content from SFTP?
- Shortcode Displays 2 times
- Call to undefined method mysqli_stmt::get_result
- Adding nofollow to a PHP generated Nav
- Validation algorithm in checkout field
- Remove /Page/ from slug when we’re visiting 2nd and other inner pages of the blog page