开发者 |
varun21
ruchika_wp |
---|---|
更新时间 | 2025年7月24日 00:19 |
PHP版本: | 8.1 及以上 |
WordPress版本: | 6.8 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/uploads/wp-designer/
:
functions.php
- Your custom WordPress design functionsstyle.scss
- Professional SCSS styles (auto-compiles to CSS)images/
& scripts/
- Designer asset foldersAbsolutely! WP Designer is built specifically for professional WordPress designers and agencies. It follows industry best practices and gives you the tools needed for client work.
Yes! That's the core benefit for WP designers. Your custom code lives in /wp-content/uploads/wp-designer/
- completely separate from themes.
Edit style.scss
in your wp-designer folder. It automatically compiles to CSS with all SCSS features - variables, mixins, nesting. Perfect for professional WordPress design workflows.
Yes! Go to Settings → WP Designer and toggle functions or styles on/off instantly. Essential for troubleshooting client sites during WordPress design projects.
Basic CSS/PHP knowledge helps. This plugin is designed for WordPress designers and developers who write custom code for client projects.
SCSS compilation requires manage_options
capability (typically Administrator or Editor level). Regular visitors get the optimized minified CSS automatically.
Yes! The plugin includes the wpd_scss
filter that allows manipulation of SCSS content during compile time for advanced customizations.
Rest assured, your existing customizations stay in the same style.css file and you can continue to use it. WP Designer will create an additional style.scss file so you can gradually SASSify your customizations. The compile routine is automatically managed.
If you have made customizations using WordPress in-built Customizer or your child theme, they may not work due to CSS priority or specificity. For instance, if you set the background-color
using the WordPress customizer, the plugin's style.css may not override the same CSS rule.
wp-designer
folder