# Clarix WordPress Theme

A minimal, clean, and professional Full Site Editing (FSE) WordPress theme for businesses and corporate websites.

## Requirements

- WordPress 6.0+
- PHP 8.0+

## Features

- Full Site Editing (FSE) with block patterns
- Zero jQuery / JavaScript dependencies in frontend
- WCAG 2.1 AA accessibility compliant
- RTL language support
- Translation ready
- WooCommerce compatible
- Lighthouse 90+ performance

## File Structure

```
clarix/
├── style.css              # Theme header + base styles
├── theme.json             # Global styles, colors, typography
├── functions.php          # Theme setup, enqueue, hooks
├── README.md
├── screenshot.png         # 1200x900 theme screenshot
├── assets/
│   ├── css/
│   │   └── editor-style.css
│   └── js/
│       ├── main.js
│       └── customizer.js
├── inc/
│   ├── template-functions.php
│   ├── template-tags.php
│   └── customizer.php
├── templates/
│   ├── index.html         # Blog archive
│   ├── front-page.html    # Homepage
│   ├── single.html        # Single post
│   ├── page.html          # Static page
│   ├── 404.html           # Error page
│   └── search.html        # Search results
├── parts/
│   ├── header.html        # Site header
│   └── footer.html        # Site footer
├── patterns/              # Block patterns
└── languages/             # Translation files (.pot)
```

## Installation

1. Upload the `clarix` folder to `/wp-content/themes/`
2. Activate from **Appearance → Themes**
3. Customize via **Appearance → Editor** (Site Editor)

## Submitting to WordPress.org

Before submitting, run through the official checklist:

- [ ] [Theme Review Requirements](https://make.wordpress.org/themes/handbook/review/required/)
- [ ] Run [Theme Check plugin](https://wordpress.org/plugins/theme-check/)
- [ ] Test with [Theme Unit Test Data](https://codex.wordpress.org/Theme_Unit_Test)
- [ ] Include a `screenshot.png` (1200×900 px)
- [ ] Include a `readme.txt` in WordPress readme format
- [ ] Add `.pot` translation file in `/languages/`
- [ ] Verify GPL v2+ license

## License

GPL v2 or later — https://www.gnu.org/licenses/gpl-2.0.html
