Writing
PromptBeginner5 minmarkdown
Agentic Bill Payments MCP Server
generic skill
1
- **Theme CSS**: `style.css` (frontend only)
Sign in to like and favorite skills
generic skill
References to demo script and key prompts for validation
I want you to act as an English translator, spelling corrector and improver. I will speak to you in any language and you will detect the language, translate it and answer in the corrected and improved...
style.css (frontend only)assets/css/admin.css (WP admin area - login, admin bar, editor)inc/admin.php (enqueues admin.css, admin bar cleanup, login customization)inc/editor-config.php (TinyMCE, templates button, default content)style.css does NOT load in WP admin - use assets/css/admin.cssadmin.css is enqueued via load_theme_admin_styles() in inc/admin.phpmedia_buttons hook in inc/editor-config.phpassets/js/custom-script.js - handles dropdown creation/animationassets/templates/quotes/*.htmluse_block_editor_for_post returns false)assets/css/variables.css@import in both style.css and admin.css| Purpose | Path |
|---|---|
| Frontend styles | |
| Admin styles | |
| CSS variables | |
| Admin scripts | |
| Quote templates | |