Options Advanced mode

The advanced options are only shown when the installer mode is set to "Advanced." This section allows users to change or set advanced options, configure additional database settings and set other configuration options in the wp-config.php file.

Advanced Tab

These are the advanced options for advanced users.
Option Details
Processing
Extraction
Mode
Manual Archive Extraction
Set the Extraction value to "Manual Archive Extraction" when the archive file has already been manually extracted on the server. This can be done through your host's control panel such as cPanel or by your host directly. This setting can be helpful if you have a large archive file or are having issues with the installer extracting the file due to timeout issues.

PHP ZipArchive
This extraction method will use the PHP ZipArchive code to extract the archive zip file.

PHP ZipArchive Chunking
This extraction method will use the PHP ZipArchive code with multiple execution threads to extract the archive zip file.

Shell-Exec Unzip
This extraction method will use the PHP shell_exec to call the system unzip command on the server. This is the default mode that is used if it's available on the server.

DupArchive
This extraction method will use the DupArchive extractor code to extract the daf-based archive file.
Server
Throttling
If the current host is a budget host that monitors CPU usage, then users might want to consider checking this box to help slow down the process and not kick off any high-usage monitors.
Extraction Flow
Archive Action Extract files over current files
The existing site files will be overwritten with the contents of the archive.zip/daf.

Pro Remove WordPress core and content and extract
The existing WordPress core files and WordPress content directory will be removed, and then the archive will be extracted.

Pro Remove all files except add-on sites and extract
All files except an add-on site will be removed, and then the archive will be extracted. An add-on site is a site/domain that is stored in a directory off of your main site that has been "added on" to your main hosting account. For instance, when you purchased a hosting account it could be for a.com. Then after that, you decided to add b.com and c.com to the same hosting account. The structure of this setup is often the following although it can vary some:
  • /public_html - contains files for a.com
  • /public_html/b.com - contains files for b.com
  • /public_html/c.com - contains files for c.com
The directories /public_html/b.com and c.com contain the files for the add-on sites b.com and c.com (so the option above means that b.com and c.com would be preserved and not deleted when you installed to a.com)
Skip Files Extract all files
Extract all files from the package archive. This option is selected by default.

Pro Skip extraction of WordPress core files
Extract all files except WordPress core files. Choose this option to extract only the wp-content folder and other non-core WordPress files and directories.

Pro Skip extraction of WordPress core files and plugins/themes existing on host
Extract all files except WordPress core files and existing plugins/themes on the current host.

Pro Extract only media files and new plugins and themes
Extract all media files, new plugins, and new themes. The installer will not extract plugins and themes that already exist on the destination site.
File Times When the archive is extracted it should show the current date-time or keep the original time it had when it was built. This setting will be applied to all files and directories. Note: Setting the Original time is currently only supported when using the ZipArchive Format.
File
Permissions
Switch on and set permissions in either octal or symbolic values to assign permissions to files. This option is not available on Windows machines.
Directory
Permissions
Switch on and set permissions in either octal or symbolic values to assign permissions to directories. This option is not available on Windows machines.
Configuration Files
WordPress
wp-config
Do nothing
This option simply does nothing. The wp-config file does not get backed up, renamed, or created. This advanced option assumes you already know how it should behave in the new environment. This option is for advanced technical persons.

Modify original
This is the default recommended option which will modify the original wp-config file.

Create new from wp-config sample
This option creates a new wp-config file by modifying the wp-config-sample.php file. The new wp-config.php file will behave as if it was created in a fresh, default WordPress installation.

Apache
.htaccess
Do nothing
This option simply does nothing. The .htaccess is not backed up, renamed, or created. This advanced option assumes you already have your .htaccess file set up and know how it should behave in the new environment. When the package is built it will always create an .htaccess file at this location: /dup-installer/original_files_[HASH]/.htaccess Since the file is already in the archive file it will show up when the archive is extracted.

Retain original from Archive.zip/daf
This option simply copies the /dup-installer/original_files_[HASH]/.htaccess file to the .htaccess file. Please note this option will cause issues with the install process if the .htaccess is not properly set up to handle the new server environment. This is an advanced option and should only be used if you know how to properly configure your .htaccess configuration.

Create New
This is the default recommended option which will create a new .htaccess file. The new .htaccess file is streamlined to help guarantee no conflicts are created during install.

Notes: Inside the archive.zip or archive.daf will be a copy of the original .htaccess (Apache) file that was set up with your packaged site. The .htaccess file is copied to /dup-installer/original_files_[HASH]/source_site_htaccess. When using either "Create New" or "Retain original from Archive.zip/daf" an existing .htaccess file will be backed up to a /wp-content/backups-dup-lite/installer/original_files_[HASH]/source_site_htaccess. This change will not made until the final step is completed, to avoid any issues the .htaccess might cause during the install
General
php.ini, .user.ini,
web.config
OVERVIEW
When the archive is built it will always create an original backup of the php.ini, .user.ini, and web.config files ("Config Files") if they exist. The backups will be in the following location within the archive file without an extension. Original File Backups
archive.zip|daf/dup-installer/original_files_[HASH]/[location]_phpini
archive.zip|daf/dup-installer/original_files_[HASH]/[location]_userini
archive.zip|daf/dup-installer/original_files_[HASH]/[location]_webconfig
If there are "Config Files" on the new server, backups may also optionally be created. Backup [location] is defined by the following:
  • source_site Backup of original file when the archive was created on the source host
  • installer_host Backup of original file before the installer starts on active host

ACTIONS
Do nothing
This option performs no actions and assumes you already have your configuration files set up properly; either on the server or in the archive. If the same "Config Files" exist in both the deploy directory and the archive, then the archive files will overwrite any configuration files that exist at the same location in the archive.


Retain original from Archive.zip/daf
  1. Moves any existing "Config Files" on the new host to the following location: /dup-installer/original_files_[HASH]/installer_host_[CONFIG-TYPE]
    An existing "Config File" resides on the server before the archive is extracted or step 1 is ran.
  2. The installer last step copies all "Config Files" from the archive backups to the correct location on the new host. They are copied from this location:
    /dup-installer/original_files_[HASH]/source_site_[CONFIG-TYPE]

Reset
  1. Moves any existing "Config Files" on the new host to the following location: /dup-installer/original_files_[HASH]/installer_host_[CONFIG-TYPE]
    An existing "Config File" resides on the server before the archive is extracted or step 1 is ran.
  2. If any "Config Files" already exist in the archive they will be deployed "as is" to the location that matches the archive file structure.
General
Logging The level of detail that will be sent to the log file (installer-log.txt). The recommended setting for most installs should be "Light." Note if you use Debug the amount of data written can be very large. Debug is only recommended for support.
Cleanup Pro Remove disabled plugins/themes
Remove all inactive plugins and themes when installing site. Inactive users will also be removed during subsite to standalone migrations.

Pro Remove users without permissions
Removes users that currently do not have any permissions associated with their accounts.
Safe Mode Safe mode is designed to configure the site with specific options at install time to help overcome issues that may happen during the install where the site is having issues. These options should only be used if you run into issues after you have tried to run an install.

Disabled
This is the default. This option will not apply any additional settings at install time.

Enabled
When enabled the safe mode option will disable all the plugins at install time. Note: When this option is set you will need to manually re-enable the plugins that need to be enabled after the install from the WordPress admin plugins page.


Database Tab

These are the advanced options for database configuration.
Option Details
Table Prefix Pro This option allows changing the table prefix to other than the package creation site's table prefix. The table prefix is the value placed in the front of your database tables. It is possible to have multiple installations in one database if you give each WordPress site a unique prefix.
Mode Modes affect the SQL syntax MySQL supports (and others such as MariaDB) . This setting performs various data validation checks. This makes it easier to use MySQL in different environments and to use MySQL together with other database servers. It is very useful when running into conversion issues. The following options are supported:
  • Default: This is the recommended setting to use. It will use the current Database mode setting.
  • Disable: This will prevent the database engine from running in any mode.
  • Custom: This option will allow you to enter a custom set of mode commands. See the documentation link below for options.
For a full overview please see the MySQL mode and MariaDB mode specific to your version. To add a custom setting enable the Custom radio button and enter in the mode(s) that needs to be applied.
Processing Chunking mode
Split the work of inserting data across several requests. If your host throttles requests or you're on a shared server that is being heavily utilized by other sites then you should choose this option. This is the default option.

Single step
Perform data insertion in a single request. This is typically a bit faster than chunking, however it is more susceptible to problems when the database is large or the host is constrained.
Create Run all CREATE SQL statements at once. This option should be checked when source database tables have foreign key relationships. When choosing this option there might be a chance of a timeout error. Uncheck this option to split CREATE queries in chunks. This option is checked by default.
Objects Allow or Ignore objects for "Views," "Stored Procedures," "Functions" and "DEFINER" statements. Typically the defaults for these settings should be used. In the event you see an error such as "'Access denied; you need (at least one of) the SUPER privilege(s) for this operation" then changing the value for each operation should be considered.


URLs & Paths Tab Pro

In the tab "URLs & Paths," you can read the current path of all the various path configurations for the WordPress site. These are advanced options that should only be edited if you know the correct path. These options are editable in the Pro version. These paths and URLs are set automatically by the package installer. You can set these paths and URLs manually. If you are changing it, please make sure you are putting the right path or URL.


Jewellery Trends for Women in 2026: The Ultimate Style Guide
Home Fashion & Lifestyle Jewellery Trends for Women in 2026: The Ultimate Style Guide to What’s...

Jewellery Trends for Women in 2026: The Ultimate Style Guide to What’s Defining Modern Luxury

0
377
JEWELLERY TRENDS FOR WOMEN 2026

Introduction: Jewellery is No Longer Just an Accessory

Fashion trends usually come and go but jewelry has evolved over the years into far more meaningful rather than just a finishing touch to the outfit. In 2026, jewelry is more of an identity, self-expression and personal storytelling. Women don’t choose pieces just to simply complete a look but they select pieces that reflect who they are, their personality, what they value and how they want to be perceived.

From everyday sets to statement pieces, jewelry has become the most powerful tool of personal styling. It’s soft enough to feel intimate yet impactful to transform an entire outfit.

The shift is driven by changing consumer perspectives. Women today are more consciously investing in meaning pieces. They embrace craftsmanship, sustainability and personalization.

Whether you’re refreshing your collection, looking for styling inspiration or simply curious about knowing what’s trending, this guide explores the trends shaping 2026.

The Biggest Jewellery Trends Defining 2026

Minimalism Gets More Sophisticated

Minimalist jewelry continues to trend but in a matured way. Rather than ultra thin design, the trend now focuses on modern minimalism with intentional simplicity. Think elegant gold chains, architectural rings, sculptural earrings and sleek cuffs with subtle designs.

These pieces are versatile and effortlessly transition from morning to evening looks. It makes them perfect for a sophisticated look which doesn’t demand attention.

Popular minimalist elements include:

  • Geometric silhouettes
  • Clean metal finishes
  • Delicate layering pieces
  • Sculptural forms
  • Timeless everyday essentials

Statement Jewellery Returns with Confidence

While minimalism remains strong, 2026 is also witnessing the return of bold statement jewellery.

Oversized necklaces, dramatic earrings and artistic cuffs are making a strong comeback. Statement jewelry is often viewed as wearable art allowing women to express creativity through accessories. A simple monochrome outfit paired with a striking statement piece instantly creates a high-fashion look.

The Evolution of Layering

Layering is no longer a trend. It has become a styling philosophy. Women are creating personalized jewellery combinations using multiple necklaces, rings, bracelets, and chains that reflect their unique taste. The modern layered look feels curated rather than crowded.

Popular layering combinations include:

  • Chokers with longer pendant necklaces
  • Mixed metal chains
  • Multiple ring stacks
  • Layered bracelets of varying textures
  • Personalized charms combined with classic pieces

The goal is to create depth and visual interest while maintaining balance.

Pearls Enter Their Cool-Girl Era

Few trends have undergone a transformation as dramatic as pearls. Long associated with traditional elegance, pearls have been reinvented for a younger and more fashion-forward audience. Designers are embracing asymmetry, baroque pearls, irregular shapes, and unexpected pairings with gold, silver, leather, and gemstones. The result is a fresh, contemporary aesthetic that feels modern rather than formal.

In 2026, pearls are being styled with:

  • Oversized blazers
  • Denim outfits
  • Monochromatic ensembles
  • Contemporary tailoring
  • Streetwear-inspired looks

This versatility has made pearls one of the year’s most exciting jewellery categories.

Trending Materials and Designs Dominating 2026

Gold Continues to Reign Supreme

Gold remains the most sought-after jewellery metal in 2026, but its appearance is evolving.

Rather than highly polished, traditional finishes, designers are embracing textured surfaces, brushed metals, hammered details, and matte finishes that feel contemporary and sophisticated. Yellow gold is leading the trend cycle due to its warmth and versatility. It complements a wide range of skin tones and pairs beautifully with both modern and vintage-inspired designs.

Silver’s Stylish Comeback

For years, gold dominated the jewellery conversation. In 2026, silver has firmly reclaimed its place in the spotlight. The rise of cool-toned fashion palettes, minimalist styling, and futuristic design aesthetics has contributed to silver’s resurgence. Modern silver jewellery feels sleek, contemporary, and effortlessly chic.

Gemstones Move Beyond Traditional Luxury

While diamonds remain timeless, coloured gemstones are becoming increasingly popular among fashion-conscious consumers. Jewellery buyers are embracing stones for their beauty, symbolism, and individuality.

Some of the most sought-after gemstones in 2026 include:

  • Emeralds for sophistication
  • Sapphires for elegance
  • Morganite for femininity
  • Opals for uniqueness
  • Tourmalines for vibrant colour
  • Moonstones for ethereal beauty

Rather than focusing solely on monetary value, consumers are choosing gemstones that resonate with their personality and style.

Earrings Taking Over 2026

Sculptural Earrings Become Wearable Art

Earrings are becoming larger, bolder, and more artistic. Designers are drawing inspiration from architecture, nature, and contemporary art to create pieces that function almost like miniature sculptures. These earrings often feature fluid shapes, organic curves, textured surfaces, asymmetrical designs and unexpected proportions. Even the simplest outfit can feel elevated when paired with sculptural earrings.

Hoop Earrings Get a Modern Upgrade

Hoops have remained relevant for decades, but 2026 brings fresh interpretations of this classic design. Instead of the traditional circular shape, hoops comes in different shapes and designs. These updated versions offer the familiarity of classic hoops while feeling entirely contemporary.

Bracelets and Bangles Making a Statement

The Return of the Bold Cuff

The bold cuff bracelet is emerging as one of the standout accessories of 2026. Sleek, powerful, and undeniably elegant, cuffs add instant sophistication to both casual and formal outfits.

Popular designs features open-ended structures, sculptural curves, brushed finishes, organic forms and minimal embellishments. Their versatility makes them a favorite among women seeking impactful jewellery without excessive styling.

Charm Bracelets Tell Personal Stories

Fashion is becoming increasingly emotional and meaningful. Charm bracelets perfectly capture this shift by allowing wearers to document memories, milestones, and personal interests through jewellery. Charms become the visual reminder of travel experiences, family moments, love for pets, achievements, spiritual beliefs and personal passions.

Bridal Jewellery Trends for 2026

Modern Brides Are Choosing Versatility

Today’s brides are thinking beyond the wedding day. Instead of investing in jewellery that will remain stored away after the ceremony, many are choosing versatile pieces that can be styled repeatedly. This approach combines practicality with luxury.

Popular bridal choices include convertible necklaces, detachable earrings, elegant diamond studs, modern pearl pieces and minimalist gold sets. The goal is to maximize both emotional and practical value.

How to Style Jewellery in 2026 Like a Fashion Insider

Owning beautiful jewellery is only half the equation. The real magic lies in how you style it.

In 2026, jewellery styling is less about following rules and more about creating intentional combinations that reflect your personality. Fashion insiders are embracing a curated approach, mixing classic pieces with contemporary trends to create looks that feel effortless yet polished.

Here’s how to make the most of your jewellery collection.

Everyday Jewellery Styling

The Elevated Casual Look

Modern casual fashion is built around simple clothing paired with thoughtful accessories.

A plain white shirt, relaxed denim, or a monochromatic co-ord can instantly feel more refined when paired with carefully chosen jewellery.

For everyday styling, focus on:

  • Delicate layered necklaces
  • Small gold or silver hoops
  • Stackable rings
  • Thin bracelets
  • Minimalist pendants

The goal is subtle sophistication rather than overwhelming the outfit.

Building a Signature Jewellery Stack

One of the strongest trends in 2026 is creating a signature stack that becomes part of your personal style.

This could include:

  • A watch paired with bracelets
  • Multiple rings worn daily
  • Layered necklaces of different lengths
  • A curated ear stack

Over time, these combinations become recognizable elements of your style identity.

Jewellery for the Workplace

Professional Without Being Boring

Workwear jewellery has evolved significantly.

Women no longer feel limited to basic studs and conservative pieces. Instead, they are incorporating modern jewellery that feels polished while still expressing personality.

Ideal office jewellery includes:

  • Sculptural stud earrings
  • Delicate chains
  • Minimal cuffs
  • Elegant signet rings
  • Slim bracelets

These pieces add interest without distracting from a professional appearance.

Power Dressing Through Accessories

Jewellery has become an important tool in power dressing.

A sharp blazer paired with bold earrings or a structured cuff bracelet can communicate confidence, authority, and sophistication.

In many cases, accessories are what transform a standard office outfit into a memorable one.

Party and Evening Jewellery

Embracing Statement Pieces

Special occasions are the perfect opportunity to experiment with bolder jewellery choices.

Statement pieces remain one of the biggest trends of 2026 because they allow women to express creativity and confidence.

Popular evening jewellery choices include:

  • Chandelier earrings
  • Sculptural necklaces
  • Gemstone cocktail rings
  • Layered bracelets
  • Dramatic ear cuffs

The One-Statement Rule

One styling principle remains timeless: choose one focal point.

If you’re wearing dramatic earrings, keep necklaces understated.

If you’re wearing a bold necklace, allow it to command attention.

This creates visual balance and prevents the overall look from feeling cluttered.

The Influence of Celebrities and Social Media

How Social Media Shapes Jewellery Trends

Fashion inspiration has never been more accessible.

Platforms such as Instagram, Pinterest, TikTok, and YouTube have transformed how consumers discover and adopt jewellery trends.

Instead of relying solely on fashion magazines or runway shows, women now gain inspiration from:

  • Fashion creators
  • Lifestyle influencers
  • Celebrity stylists
  • Jewellery designers
  • Luxury content creators

A single viral styling video can spark global demand for a specific jewellery trend within days.

Choosing Jewellery Based on Face Shape

The right jewellery can enhance facial features and create visual harmony.

While personal preference should always come first, understanding proportions can help you make flattering choices.

Round Face Shapes

Women with round faces often benefit from jewellery that creates length and definition.

Best options include:

  • Drop earrings
  • Long pendant necklaces
  • Geometric designs
  • Angular styles

These pieces help elongate the face and add structure.

Oval Face Shapes

Oval faces are considered highly versatile and suit most jewellery styles.

Recommended options include:

  • Hoops
  • Studs
  • Chandeliers
  • Statement earrings

This face shape allows for maximum experimentation.

Square Face Shapes

Soft, rounded jewellery can beautifully balance strong jawlines.

Ideal choices include:

  • Circular hoops
  • Curved designs
  • Teardrop earrings
  • Rounded gemstones

These styles soften angular facial features.

Heart-Shaped Faces

Heart-shaped faces often pair well with jewellery that balances a broader forehead and narrower chin.

Popular choices include:

  • Teardrop earrings
  • Bottom-heavy designs
  • Curved silhouettes
  • Delicate pendants

Matching Jewellery with Your Outfit

Understanding Necklines

One of the easiest ways to elevate your styling is by matching jewellery to clothing necklines.

V-Neck Outfits

V-necklines pair beautifully with:

  • Pendant necklaces
  • Layered chains
  • Y-necklaces

These designs mirror the shape of the neckline and create visual flow.

High Necklines

High neck outfits work particularly well with:

  • Statement earrings
  • Bold cuffs
  • Oversized rings

Since the neckline already occupies visual space, earrings often become the focal point.

Strapless and Off-Shoulder Styles

These silhouettes provide the perfect opportunity for dramatic jewellery.

Popular pairings include:

  • Statement necklaces
  • Layered chokers
  • Bold earrings

Colour Coordination in Jewellery Styling

Colour plays a significant role in creating cohesive looks.

Gold Jewellery

Gold complements warm colour palettes such as:

  • Terracotta
  • Olive green
  • Burgundy
  • Mustard
  • Chocolate brown

Silver Jewellery

Silver pairs naturally with cooler tones including:

  • Blue
  • Grey
  • White
  • Lavender
  • Pastels

Mixed Metals

For fashion-forward styling, mixed metals create depth and versatility while allowing greater freedom in outfit choices.

Jewellery Care and Maintenance

Even the most beautiful jewellery can lose its appeal without proper care.

Maintaining your pieces correctly ensures they remain beautiful for years.

Cleaning Your Jewellery

Different materials require different approaches, but a few universal guidelines apply:

  • Clean regularly to remove oils and residue.
  • Use mild soap and warm water when appropriate.
  • Dry thoroughly after cleaning.
  • Avoid abrasive materials.

Regular maintenance helps preserve shine and prevents long-term damage.

Proper Storage Matters

Incorrect storage is one of the leading causes of scratches, tarnishing, and breakage.

To protect your collection:

  • Store pieces separately.
  • Use soft-lined compartments.
  • Keep jewellery away from moisture.
  • Avoid direct sunlight.
  • Use anti-tarnish pouches for silver pieces.

Good storage habits can dramatically extend the life of your jewellery.

Conclusion: Jewellery as a Reflection of Modern Identity

Jewellery in 2026 is about far more than decoration. It is a form of self-expression, a reflection of personal values, and an extension of individual style. The year’s biggest trends showcase a fascinating balance between bold creativity and timeless elegance, allowing women to embrace both statement-making designs and everyday essentials.

From sculptural earrings and layered necklaces to sustainable materials and personalised keepsakes, modern jewellery is becoming more intentional, versatile, and meaningful than ever before.