Title: Theme Designer
Author: Helmut Wandl
Published: <strong>17 ביולי 2025</strong>
Last modified: 4 בדצמבר 2025

---

חיפוש תוספים

![](https://s.w.org/plugins/geopattern-icon/theme-designer.svg)

# Theme Designer

 מאת [Helmut Wandl](https://profiles.wordpress.org/ehtmlu/)

[הורדה](https://downloads.wordpress.org/plugin/theme-designer.1.1.1.zip)

[Live Preview](https://he.wordpress.org/plugins/theme-designer/?preview=1)

 * [פרטים](https://he.wordpress.org/plugins/theme-designer/#description)
 * [סקירות](https://he.wordpress.org/plugins/theme-designer/#reviews)
 * [פיתוח](https://he.wordpress.org/plugins/theme-designer/#developers)

 [תמיכה](https://wordpress.org/support/plugin/theme-designer/)

## תיאור

**Theme Designer** is a powerful WordPress plugin that allows you to create and 
manage block themes (FSE themes) without writing a single line of code. It provides
an intuitive interface to configure all theme settings that are typically defined
in the `theme.json` file.

#### Key Features

 * **Visual Theme Builder**: Create new themes with a simple form interface
 * **Complete Settings Management**: Configure all theme.json settings through an
   intuitive admin panel
 * **Theme Metadata**: Set theme name, description, author, version, and other metadata
 * **Screenshot Management**: Upload and manage theme screenshots
 * **Color Palettes**: Define custom color palettes and gradients
 * **Typography Settings**: Configure font families, sizes, and fluid typography
 * **Spacing & Layout**: Set up spacing scales, layout sizes, and user controls
 * **Border & Shadow**: Define border styles, radius, and shadow presets
 * **Background Controls**: Configure background image and positioning options
 * **Theme Export**: Download your themes as installable ZIP files
 * **Theme Duplication**: Easily duplicate existing themes as starting points
 * **WordPress Defaults**: Choose to include or exclude WordPress default settings

#### What Gets Created

When you create a theme with Theme Designer, it automatically generates:

 * **Theme Directory Structure**: Complete theme folder with all necessary files
 * **style.css**: Theme header with all metadata
 * **theme.json**: Complete configuration file with all your settings
 * **Templates**: Basic `index.html` template for the main content area
 * **Template Parts**: `header.html` and `footer.html` parts for site structure
 * **Screenshot**: Theme preview image (if uploaded)

#### How It Works

 1. **Open Theme Designer**: In the admin panel go to "Design"  "Theme Designer"
 2. **Create Theme**: Fill out the theme metadata form
 3. **Configure Settings**: Use the visual interface to set up colors, typography, 
    spacing, etc.
 4. **Preview & Test**: Your theme is immediately available in the WordPress admin

#### Perfect For

 * **Developers** who want to quickly prototype themes
 * **Designers** who prefer visual tools over code
 * **Agencies** creating custom themes for clients
 * **WordPress users** who want to create their own themes
 * **Theme shops** looking to streamline theme creation

#### Integration with Site Editor

Themes created with Theme Designer work seamlessly with the WordPress Site Editor.
You can:

 * Customize templates and template parts visually
 * Add custom styles through the Site Editor interface
 * Override theme settings on a per-page basis
 * Create additional templates and parts as needed

**Note**: Settings defined in the Site Editor take precedence over theme settings,
even after saving new values in the theme.

#### Requirements

 * Block theme support enabled
 * Write permissions for the themes directory

### More from the same author

Take a look at [www.wppeak.com](https://www.wppeak.com/)

## צילומי מסך

 * [[
 * How to open Theme Designer
 * [[
 * Theme Designer main interface showing theme list
 * [[
 * Theme creation form with metadata fields
 * [[
 * Settings configuration panel with color palette editor

## שאלות נפוצות

### Can I use this plugin to create themes for distribution?

Yes! Themes created with Theme Designer are fully compatible with WordPress and 
can be distributed, sold, or shared. The plugin creates standard WordPress themes
that work exactly like any other block theme.

### What happens to my themes if I deactivate the plugin?

Your themes remain completely intact. The plugin only helps you create and manage
themes – once created, they are independent WordPress themes that will continue 
to work even if the plugin is deactivated.

### Can I edit existing themes with this plugin?

Yes, you can edit any theme that was created with Theme Designer. The plugin tracks
themes it has created and allows you to modify their settings through the same interface.
To avoid data loss, it is currently not possible to edit themes that were not created
with Theme Designer.

### Does this plugin support all theme.json features?

The plugin supports all the major settings sections of theme.json including colors,
typography, spacing, layout, borders, shadows, and more. It focuses on the settings
that are most commonly used and provides a user-friendly interface for them. However,
the sections "styles", "customTemplates" and "templateParts" of theme.json are not
currently supported.

### Can I use custom CSS with themes created by this plugin?

Yes, you can add custom CSS through the WordPress Site Editor.

Since the plugin creates standard WordPress block themes, it's also possible to 
edit the theme files directly. However, it's strongly recommended not to use the
style.css file but rather a separate CSS file for styles, as the Theme Designer 
currently completely overwrites the styles.css file each time changes are made.

### Is there a limit to how many themes I can create?

No, there's no limit. You can create as many themes as you want, limited only by
your server's storage capacity.

### Can I import existing themes?

Yes! You can simply install a theme the usual way. If it was created with the Theme
Designer, it will be automatically recognized and you can edit it with the Theme
Designer again.

### What file formats are supported for theme screenshots?

The plugin supports PNG, JPG, and GIF formats for theme screenshots. Although all
three formats are supported by WordPress, WordPress officially recommends the PNG
format. The recommended size is 1200×900 pixels.

### Can I export themes to share with others?

Yes! The plugin includes an export feature that creates a standard WordPress theme
ZIP file that can be installed on any WordPress site. And if you have the Theme 
Designer installed there as well, you can continue editing the theme there.

## סקירות

There are no reviews for this plugin.

## מפתחים

"Theme Designer" הוא תוסף קוד פתוח. האנשים הבאים תרמו ליצירת התוסף הזה.

תורמים

 *   [ Helmut Wandl ](https://profiles.wordpress.org/ehtmlu/)

[ניתן לתרגם את "Theme Designer" לשפה שלך.](https://translate.wordpress.org/projects/wp-plugins/theme-designer)

### מעוניינים בפיתוח?

[עיינו בקוד](https://plugins.trac.wordpress.org/browser/theme-designer/), ראו את
הקוד ב-[SVN repository](https://plugins.svn.wordpress.org/theme-designer/), או הירשמו
ל[לוג פיתוח](https://plugins.trac.wordpress.org/log/theme-designer/) באמצעות [RSS](https://plugins.trac.wordpress.org/log/theme-designer/?limit=100&mode=stop_on_copy&format=rss).

## שינויים

#### 1.1.1 – 2025-12-04

 * Fixed compatibility issue with WordPress 6.9

#### 1.1.0 – 2025-10-01

 * Compatibility extended down to PHP 7.0 and down to WordPress 5.8
 * Fixed two critical theme download issues
 * Optimized the initial content of the index.html template
 * Prevented existing template files from being overwritten

#### 1.0.0 – 2025-07-17

 * Initial release

## מטא

 *  גרסה: **1.1.1**
 *  Last updated **לפני 4 חודשים**
 *  Active installations **פחות מ-10**
 *  WordPress version ** 5.8 ומעלה **
 *  Tested up to **6.9.4**
 *  PHP version ** 7.0 ומעלה **
 *  שפה
 * [English (US)](https://wordpress.org/plugins/theme-designer/)
 * Tags
 * [block-theme](https://he.wordpress.org/plugins/tags/block-theme/)[colors](https://he.wordpress.org/plugins/tags/colors/)
   [spacing](https://he.wordpress.org/plugins/tags/spacing/)[theme builder](https://he.wordpress.org/plugins/tags/theme-builder/)
   [typography](https://he.wordpress.org/plugins/tags/typography/)
 *  [תצוגה מתקדמת](https://he.wordpress.org/plugins/theme-designer/advanced/)

## דרוגים

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/theme-designer/reviews/#new-post)

[הצג הכל](https://wordpress.org/support/plugin/theme-designer/reviews/)

## תורמים

 *   [ Helmut Wandl ](https://profiles.wordpress.org/ehtmlu/)

## תמיכה

יש לך משהו לומר? זקוק לעזרה?

 [פורום תמיכה](https://wordpress.org/support/plugin/theme-designer/)

## תרומה

האם ברצונך לקדם את התוסף הזה?

 [ לתרום לתוסף זה ](https://www.paypal.com/donate/?hosted_button_id=2G6L8NWVXZ4T4)