|
Important : .htaccess
Nearly all Wordpress themes make use of perma-links, including the ones we provide. For the links in our themes
to work, please ensure you have a '.htaccess' file in the root folder of your website. If it doesn't exist, please
create it first, then add the following
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
General Theme Instructions
- Choose a theme from here
- Unzip the downloaded zip file to your desktop
- Using your FTP program, upload the theme folder from your desktop to the wp-content/themes directory
- Login to the wordpress admin area
- Click on Design (or Appearance, Wordpress > 2.6.2), and select Themes
- The theme you have just uploaded should now be visible for selection
Guide Theme - Specific Instructions
The guide theme utilises is based upon the traditional resort based online guide. The resort guides should be added as Wordpress 'pages'. To ensure all
links work e.t.c. please follow the steps below:
- Go to Settings -> Perma-links
- Specify /%postname%/%post_id% as Custom Structure
- Set Category Base to /destinations
- Set Tag Base to /resorts
- Click on 'Save Changes'
Remember, to get the main pages such as 'All Inclusive Holidays',
'Bargain Holidays' e.t.c. working you must ensure they have a page
template set and the content tools are enabled. To check each one has
its template correctly set, please click on Manage->Pages, scroll down
to Page Template, and select 'pages' from the drop down menu if it's
not selected. Then 'save'. If you don't see the 'pages' options, you
may have an old theme, please update.
|