Skip to content

WordPress Theme Installation

Guide to install premium WordPress themes from sugeng.id.

Platform

This guide is specifically for WordPress themes (.zip). For Blogger themes (.xml), see Blogger Template Installation.

How to Install

  1. Login to your WordPress Dashboard
  2. Go to AppearanceThemes
  3. Click the Add New button at the top
  4. Click the Upload Theme button
  5. Click Choose File and select the theme .zip file
  6. Click Install Now
  7. Wait for the upload and installation to complete
  8. Click Activate to activate the theme

Don't Extract

Upload the .zip file directly without extracting it first. WordPress will extract it automatically.

Troubleshooting

If upload fails with an error message:

ErrorSolution
"The uploaded file exceeds the upload_max_filesize"Increase upload limit in php.ini or contact hosting
"The link you followed has expired"Increase max_execution_time in php.ini
"Are you sure you want to do this?"Try uploading again, make sure file is not corrupt

Theme Updates

Premium WordPress themes from sugeng.id can be updated in two ways:

As long as your license is active, you can update directly from the WordPress dashboard:

  1. Go to DashboardUpdates
  2. If updates are available, the theme will appear in the list
  3. Check the theme and click Update Themes
  4. Wait for the update process to complete

TIP

Automatic update is the fastest and easiest method. Make sure your theme license is still active to receive update notifications.

Manual Update

If you prefer to update manually:

  1. Backup your website first
  2. Re-download the latest theme file from sugeng.id member area
  3. Go to AppearanceThemes
  4. Activate another theme temporarily
  5. Delete the old theme
  6. Install the new version like initial installation
  7. Activate the new theme

Safe Settings

Theme settings saved in Customizer usually remain after updates. However, backup is always recommended.


Child Theme

Every premium WordPress theme from sugeng.id comes with a child theme included. Child themes allow you to modify the appearance or functionality of a theme without editing the main theme files (parent theme).

What is a Child Theme?

A child theme is a derivative theme that inherits all features and styles from the parent theme. Benefits of using a child theme:

  • Safe during updates - Modifications won't be lost when parent theme is updated
  • Easy to revert - If something goes wrong, just deactivate the child theme
  • Organized - All customizations stored in one place

How to Install Child Theme

  1. Install parent theme first following the guide above
  2. Activate parent theme and make sure it works properly
  3. Upload the child theme file (usually named theme-name-child.zip)
  4. Activate child theme - Parent theme will automatically become inactive

Order Matters

Parent theme must be installed first before the child theme. Child theme cannot work without the parent theme.

Child Theme File Structure

theme-name-child/
├── style.css        # Your custom CSS
├── functions.php    # Your custom PHP functions
└── screenshot.png   # Theme thumbnail

Adding Customizations

Custom CSS - Edit the style.css file in child theme:

css
/* Example: change link color */
a {
    color: #0066cc;
}

PHP Functions - Edit the functions.php file in child theme:

php
<?php
// Example: add custom function
function my_custom_function() {
    // your code here
}

Override templates - Copy template files from parent theme to child theme, then edit as needed.

TIP

For simple CSS customizations, you can also use Appearance → Customize → Additional CSS without needing a child theme.


License Activation

Premium themes require license activation to receive automatic updates.

How to Activate

  1. Go to AppearanceTheme License
  2. Enter the License Key you received at purchase
  3. Click Activate License
  4. If successful, status will change to Active

License Troubleshooting

IssueSolution
"License key invalid"Make sure copy-paste without extra spaces
"License limit reached"Deactivate license on old website first
"Connection error"Check firewall or contact support

After Installation

After the theme is successfully installed and activated:

  1. Create Menu - Appearance → Menus
  2. Add Widgets - Appearance → Widgets
  3. Configure Theme - Appearance → Customize → Theme Options
  4. Set Homepage - Settings → Reading (if needed)

See each theme's documentation for complete configuration guide.


FAQ

Should I backup before installing a new theme?

Yes, always backup your database and WordPress files before installing a new theme or updating.

Will the old theme be deleted?

No, the old theme remains. You can delete it manually if no longer needed.

Will content be lost when changing themes?

No, posts, pages, and media remain safe. What may need reconfiguration are widgets and menus.

Why does it look broken after installation?

New themes may require additional configuration. Open Customize and adjust theme settings.

Dokumentasi Tema Blogger & WordPress Premium