1. Home
  2. Docs
  3. Listar App
  4. WordPress Theme
  5. Update Version

Update Version

When a new version of the theme is released, you can manually update it by replacing the old theme files. Follow the steps below carefully:

Step 1: Download the Latest Version from CodeCanyon

  1. Log in to your ThemeForest or CodeCanyon account
  2. Go to your Downloads page:
    https://codecanyon.net/downloads
  3. Find your purchased theme in the list
  4. Click the Download button and download the latest version.

Step 2: Prepare for Manual Update

Important: Before updating, always back up your site (files + database) and note any customizations made to the parent theme.

  1. Access your website files via FTP or File Manager (e.g., cPanel)
  2. Navigate to the theme folder:
    wp-content/themes/
  3. Rename your current theme folder (e.g., change front to front-old) to keep a backup
  4. Unzip the new theme ZIP file you downloaded
  5. Upload the new theme folder to wp-content/themes/

Custom Changes Warning

Updating the theme will override all changes made to the parent theme.

To prevent losing customizations, always use a child theme for:

  • Custom CSS
  • Modified template files
  • Custom functions

A child theme is safe from updates and should contain only your custom code or styles.

After Uploading

  1. Log in to your WordPress dashboard
  2. Go to Appearance → Themes
  3. Activate the newly uploaded version (if not already active)
  4. Clear your site cache (if using caching plugins)
  5. Check the front end to ensure everything displays correctly