# WordPress Permalink Settings Reference

Source shop: `woo-php83.php-platforms.bglobale.de`

Path: **WP Admin → Settings → Permalinks**

---

## 1. Common Settings

| Setting              | Value                                   |
|----------------------|-----------------------------------------|
| Permalink structure  | **Day and name** *(selected)*           |
| Structure string     | `/%year%/%monthnum%/%day%/%postname%/`  |
| Example URL          | `/2026/07/07/sample-post/`              |

---

## 2. Optional (Category & Tag Bases)

| Setting       | Value               |
|---------------|---------------------|
| Category base | *(empty — default)* |
| Tag base      | *(empty — default)* |

---

## 3. WooCommerce — Product Taxonomy Bases

| Setting                | Value               |
|------------------------|---------------------|
| Product category base  | `product-category`  |
| Product tag base       | `product-tag`       |
| Product attribute base | *(empty — default, resolves to `/attribute-name/attribute/`)* |
| Product brand base     | *(empty — default, placeholder: `brand`)* |

---

## 4. Product Permalinks

| Setting           | Value                    |
|-------------------|--------------------------|
| Selected option   | **Custom base** *(selected)* |
| Custom base value | `/product/`              |
| Example URL       | `/product/sample-product/` |

---

## How to Replicate on Another Shop

1. Go to **WP Admin → Settings → Permalinks**

### Common Settings
2. Select **Day and name**  
   *(or enter the custom structure `/%year%/%monthnum%/%day%/%postname%/` in the Custom Structure field)*

### Optional
3. Leave **Category base** empty  
4. Leave **Tag base** empty

### Product Taxonomy Bases
5. Set **Product category base** → `product-category`
6. Set **Product tag base** → `product-tag`
7. Leave **Product attribute base** empty
8. Leave **Product brand base** empty

### Product Permalinks
9. Select **Custom base**
10. Enter `/product/` in the custom base field

11. Click **Save Changes**
