Skip to content

WordPress Theme Installation

A guide on how to install premium WordPress themes from sugeng.id.

Platform

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

How to Install

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

Do Not Extract

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

Troubleshooting

If the upload fails with an error message:

ErrorSolution
"The uploaded file exceeds the upload_max_filesize"Increase the upload limit in php.ini or contact your hosting provider
"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 the file is not corrupt

Theme Update

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

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

  1. Open DashboardUpdates
  2. If an update is 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 updates are the fastest and easiest way. Make sure your theme license is still active to receive update notifications.

Manual Update

If you want to update manually:

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

Safe Settings

Theme settings stored in the Customizer are usually retained after the update. However, backups are always recommended.


Child Theme

Premium WordPress themes from sugeng.id come with a child theme. A child theme allows you to modify the appearance or functions of the theme without changing the main theme (parent theme) files.

Using a Child Theme is optional; if you don't plan to make advanced modifications, you don't need to install a child theme.

What is a Child Theme?

A child theme is a derivative theme that inherits all the features and appearance of the parent theme. The advantages of using a child theme:

  • Safe during updates - Modifications are not lost when the parent theme is updated
  • Easy to revert - If there is an error, simply deactivate the child theme
  • Organized - All customizations are stored in one place

How to Install a Child Theme

  1. Install the parent theme first as in the guide above
  2. Activate the parent theme and make sure it works normally
  3. Upload the child theme file
  4. Activate the child theme - The parent theme will automatically become inactive

Important Order

The parent theme must be installed before the child theme. The child theme cannot run without the parent theme.

Child Theme File Structure

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

Adding Customizations

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

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

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

php
<?php
// Example: adding a custom function
function my_custom_function() {
    // Your code here
}

Override template - Copy the template file from the parent theme to the 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. Open AppearanceTheme License
  2. Enter the License Key you received upon purchase
  3. Click Activate License
  4. If successful, the status will change to Active

License Troubleshooting

ProblemSolution
"License key invalid"Make sure to copy and paste without extra spaces
"License limit reached"Deactivate the license on the old website first
"Connection error"Check your firewall or contact support

After Installation

After the theme is successfully installed and activated:

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

See the documentation for each theme for a complete configuration guide.


Frequently Asked Questions

Do I need to backup before installing a new theme?

Yes, always back up your WordPress database and files before installing a new theme or performing an update.

Will the old theme be deleted?

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

Will content be lost when I change themes?

No, posts, pages, and media are safe. What may need to be reset are widgets and menus.

Why does the layout look messy after installation?

The new theme requires additional configuration. Open Customize and set the theme settings.

Dokumentasi Tema Blogger & WordPress