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.

installing wordpress through CPanel

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

installing wordpress through CPanel

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

installing wordpress through CPanel

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.

installing wordpress through CPanel

How to install a WordPress Themes

  1. Access your Web server using an FTP client or Web server administration tools.
  2. 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>

  3. This will copy ALL necessary theme files onto your server and you will now have a <YourThemeName> folder.
  4. Login to your WordPress administration panel and select Design -> Themes.
  5. In the 'Available Themes' section click on your theme title or screenshot, then click the 'Activate Theme' link to activate it.
For more information please refer to the official WordPress documentation:
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

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').

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.

Making your own custom footer.

To customize the template footer via WordPress 2.6+ administration:
  • go to Administration -> Appearance -> Footer
  • edit the HTML
Please note that the footer content will be placed within the Paragraph container (<p>).