|
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
Basic Theme - Specific Instructions
To change the RSS feed offers on the home page, just amend the RSS URL in home.php.
Samples :
- Family-Holidays : http://rss.sunshine.co.uk/holidays/family-holidays/
- All Inclusive : http://rss.sunshine.co.uk/holidays/all-inclusive/
- Top 20: http://rss.sunshine.co.uk/
- Paphos : http://rss.sunshine.co.uk/hotel
More examples can be found here
To ensure all the links work, 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'
|