Choose a recipe
Start from a heading, button, image, table, spacing, cover, media-text, columns, or global block style.
Practical programming and coding with AI
devs Tools / WordPress Rescue 1.0.0
Choose from twelve common WordPress repair recipes, validate scope and safety, and export the same fix as Additional CSS, a block style, theme.json, a child theme, a micro-plugin, or one of eight guided outputs.
WordPress Rescue Mode is a free local-first repair workspace. Pick a symptom, narrow the selector and WordPress scope, validate the result, and export the same fix in eight installable or copy-and-paste formats.
Opening the local repair workspace…
Four-step rescue
Start from a heading, button, image, table, spacing, cover, media-text, columns, or global block style.
Use a custom class, page or post body class, or a registered Block Style before escalating specificity.
Compare Front and Editor surfaces and four widths, then review scope, compatibility, accessibility, and conversion losses.
Copy one file or download a package that includes installation, verification, and rollback instructions.
Eight adapters
| Output | Best for | Where to install |
|---|---|---|
| Additional CSS(追加CSS) | The quickest guided fix | Site Editor / Customizer |
| Block custom class(追加CSSクラス) | One selected block | Block advanced settings and CSS |
| Page/Post scoped CSS | One page or post | Additional CSS / stylesheet |
| Block Style API | A reusable editor style choice | Child theme or plugin |
| theme.json v3 fragment | Block-theme settings and styles | theme.json merge |
| Child theme(子テーマ) | Theme-bound production work | wp-content/themes |
| Micro-plugin(小さなプラグイン) | A theme-independent repair | wp-content/plugins |
| Runbook(作業手順書) | Hand-off and review | INSTALL / VERIFY / ROLLBACK |
The recommended output depends on WordPress version, theme type, target scope, and detected capabilities. The tool never pastes into WordPress automatically.
Public knowledge base
Glossary
Safety boundary
FAQ
No. It only generates files and guided copy-and-paste output. You choose when and where to install them.
Start with a block custom class plus Additional CSS. It is easy to inspect and remove. Use a child theme or micro-plugin when the repair becomes reusable production code.
It can hide the real cascade cause and make later maintenance harder. The tool first narrows scope and raises selector specificity in measured steps.