Possible to have another THEME on first page?
You would create a Custom Template. For Wordpress
What you do:
1. create a file called template-home.php in your theme folder
2. In the new page put the following code
*********
<?php
/*
Template Name: Custom Home Page
*/
?>
Put your custom html here
**********
3. Upload the new template to your themes folder
4. In
WP admin, under Pages > Add New, create a new page and give it the name like Home Page or something like that
5. Assign this new page, the template you created
6. After saving the page, then Go to Settings > Reading
7. In Settings > Reading you will see "Front page displays".
8. Select the radio button "A Static Page" then from the drop down list of pages select the Home Page you created in step 4
Your custom home page will now show whatever content you have decided it to show.
The rest of the site will be your wordpress theme.
Is this possible for a appthemes Theme since the site is a THEME if you understand