[WordPress] 外掛分享: WP Designer – Professional WordPress Design & Customization Tool

首頁外掛目錄 › WP Designer – Professional WordPress Design & Customization Tool
WordPress 外掛 WP Designer – Professional WordPress Design & Customization Tool 的封面圖片
60+
安裝啟用
★★★★★
5/5 分(2 則評價)
239 天前
最後更新
問題解決
WordPress 5.3+ PHP 8.1+ v2.3 上架:2015-04-12

內容簡介

WP Designer 可以使用最佳自訂實踐方式,以符合標準的方式為您的網站添加額外的功能,讓您將站點的功能保持在主題之外,使其不依賴主題。這在各種情況下都非常方便,例如當您要創建自訂文章類型、 自訂分類等時。這也可以讓您有一個統一的地方來保留所有的編輯。

WP Designer 還提供了一個友好的開發環境。它提供了一些選項,方便您在疑難排解時方便地禁用自定義。

它支持 SCSS,這意味著您現在可以快速、輕鬆且靈活地為網站設計樣式。在 style.scss 中放置所有自定義,WP Designer 將自動將其編譯為網站的 CSS。使用 SASS 可以幫助您節省大量自定義網站設計的時間。有關如何使用 SCSS 的全面指南可以在此找到:http://sass-lang.com/guide。

將所有的 php 函数放在 functions.php 中,額外的樣式則放在 style.scss 中。

WP Designer 可以讓您:

在任何主題上無需煩惱地添加額外的功能。
擴展現有主題的能力。
將自訂內容(php 代碼片段和 css 樣式)保留在主題之外。
獨立於主題,可以在不創建大量和痛苦的更新現有主題的情況下擴展 WordPress。
使用 SCSS 加快開發時間。

還需閱讀:

http://justintadlock.com/archives/2013/09/14/why-custom-post-types-belong-in-plugins
http://justintadlock.com/archives/2011/02/02/creating-a-custom-functions-plugin-for-end-users

外掛標籤

開發者團隊

⬇ 下載最新版 (v2.3) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「WP Designer – Professional WordPress Design & Customization Tool」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

The ultimate WP Designer toolkit for professional WordPress customization!
WP Designer is the go-to plugin for WordPress designers who need reliable, theme-independent customization tools. Whether you’re a freelance WP designer or run a WordPress design agency, this plugin ensures your custom work stays safe and organized.
Why WP Designers Choose This Plugin
✅ Never lose design work – Code stays safe during theme updates
✅ Professional SCSS workflow – Write modern CSS with variables, mixins & nesting
✅ Designer-friendly organization – Clean file structure for all your custom code
✅ Client-safe customizations – Debug tools to toggle designs on/off instantly
✅ Performance optimized – Auto-minified CSS for production sites (compressed version for visitors)
✅ Theme-independent functions.php – Custom PHP functions work with any theme
Perfect For WordPress Designers
Freelance WP Designers: Build client sites with confidence knowing your custom designs persist across theme changes.
WordPress Design Agencies: Standardize your design workflow with organized, maintainable code structure.
Professional Designers: Speed up WordPress design projects with SCSS workflow and debugging tools.
WP Designer File Organization
Upon activation, creates professional structure in /wp-content/uploads/wp-designer/:
– functions.php – Your custom WordPress design functions
– style.scss – Professional SCSS styles (auto-compiles to CSS)
– images/ & scripts/ – Designer asset folders
– Automatic CSS minification for production sites
SCSS for WordPress Designers
Write professional, maintainable styles with modern SCSS features:
– Variables for consistent design systems
– Mixins for reusable design components
– Nesting for organized WordPress stylesheets
– Automatic compilation with file modification time checking
– Development (expanded) & production (compressed) CSS versions
– Cache-busting during development with microtime versioning
Example WP Designer SCSS:
`scss
$brand-color: #007cba;
$mobile: 768px;
.wp-designer-header {
background: $brand-color;
@media (max-width: $mobile) {
padding: 1rem;
}
&__title {
font-size: 2rem;
}
}
`
Also read
These articles explain the philosophy behind WP Designer’s approach:
– Why Custom Post Types Belong in Plugins – Justin Tadlock explains why functionality should be theme-independent
– Creating a Custom Functions Plugin for End Users – Best practices for WordPress customization
WP Designer allows you to:

Add extra functionality to any theme without hassles
Extend the capabilities of existing themes
Keep your customizations (php code snippets and css styles) outside the theme
Theme independence allows extending WordPress without massive theme updates
Speed up your development time using SCSS

文章
Filter
Apply Filters
Mastodon