Installing WordPress to your server using CPanel
Log into your CPanel and scroll to the bottom of the page where you will find Fantastico under Software / Services (your Cpanel might look different than this but works the same.

Click Fantastico then click ... a new page will open then click the New Installation link.

You will be taken to a page that allows you to enter all of the information to create your database and install the program.
BE SURE YOU KEEP A RECORD OF WHAT YOU CREATE

When you have filled in all of the data click the Install WordPress button.
You will then be given all of the information about your new WordPress install ... be sure to fill in your email address and you will be sent an email with all of that information ... be sure to keep it for your records.
How to install a WordPress Themes
- Access your Web server using an FTP client or Web server administration tools.
- Under "wp-content/themes" folder within WordPress installation upload the whole folder you purchased from Avactis Store Styles (this is the whole folder and all of its contents).
For example: <WordPressFolder>\wp-content\themes\<YourThemeName> - This will copy ALL necessary theme files onto your server and you will now have a <YourThemeName> folder.
- Login to your WordPress administration panel and select Design -> Themes.
- In the 'Available Themes' section click on your theme title or screenshot, then click the 'Activate Theme' link to activate it.
http://codex.wordpress.org/Using_Themes#Adding_New_Themes
Installing additional language support
Your Store Style Wordpress Theme automatically includes several language files obtained from Wordpress Website at
http://codex.wordpress.org/WordPress_Localization
Specifically French, German, Italian and Spanish translations are included in the Wordpress compliant file naming format: <country>_<lang>.mo
For example German language file is: de_DE.mo
Specifically French, German, Italian and Spanish translations are included in the Wordpress compliant file naming format: <country>_<lang>.mo
For example German language file is: de_DE.mo
Editing and getting more translations
To include a different or additional language support in your Worpdress theme
please find and copy the desired language files into your specific Wordpress theme folder.
You can find the additional language files in your default theme folder
"<WordPressFolder>\wp-content\themes\default",
or on the Wordpress Website at http://codex.wordpress.org/WordPress_Localization.
To select a different language than your current Wordpress language, change the "define" function in the wp-config.php file, for example: define('WPLANG', 'de_DE').
You can find the additional language files in your default theme folder
"<WordPressFolder>\wp-content\themes\default",
or on the Wordpress Website at http://codex.wordpress.org/WordPress_Localization.
To select a different language than your current Wordpress language, change the "define" function in the wp-config.php file, for example: define('WPLANG', 'de_DE').
Editing translations
To edit translations for your language please download and install Codestyling Localization plug-in from http://wordpress.org/extend/plugins/codestyling-localization/.
Then in WordPress administration select Manage -> Localization.
Then in WordPress administration select Manage -> Localization.
Making your own custom footer.
To customize the template footer via WordPress 2.6+ administration:
- go to Administration -> Appearance -> Footer
- edit the HTML
