Title: Theme Designer
Author: Helmut Wandl
Published: <strong>2025년 7월 17일</strong>
Last modified: 2025년 12월 4일

---

플러그인 검색

![](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)

[실시간 미리보기](https://ko.wordpress.org/plugins/theme-designer/?preview=1)

 * [세부사항](https://ko.wordpress.org/plugins/theme-designer/#description)
 * [평가](https://ko.wordpress.org/plugins/theme-designer/#reviews)
 * [개발](https://ko.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

## FAQ

### 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.

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

“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 저장소](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**
 *  최근 업데이트: **6개월 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 5.8 또는 그 이상 **
 *  다음까지 시험됨: **6.9.4**
 *  PHP 버전 ** 7.0 또는 그 이상 **
 *  언어
 * [English (US)](https://wordpress.org/plugins/theme-designer/)
 * 태그:
 * [block-theme](https://ko.wordpress.org/plugins/tags/block-theme/)[colors](https://ko.wordpress.org/plugins/tags/colors/)
   [spacing](https://ko.wordpress.org/plugins/tags/spacing/)[theme builder](https://ko.wordpress.org/plugins/tags/theme-builder/)
   [typography](https://ko.wordpress.org/plugins/tags/typography/)
 *  [고급 보기](https://ko.wordpress.org/plugins/theme-designer/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[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)