Wordpress Themes
To install your wordpress theme follow the simple instructions below.

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
Agent Theme - Specific Instructions

The Agent theme utilises the RSS feeds and content to showcase hotel offers on the site. It will only show offers on the homepage for countries/regions/resorts you have active. If a specific hotel appears as an offer that hasn't been added by you, the customer will be linked straight through to sunshine.co.uk. Remember this is all customisable, feel free to have a play!

  • 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.