|
Fixing “No widget found” When Using Shortcodes on WordPress Pages
Posted by Harry .T on 30 May 2025 04:37 PM
|
|
|
If you’re seeing an “No Widget Found” message on your WordPress pages, especially after using shortcodes, the issue is most likely caused by the modern block-based widget editor introduced in recent versions of WordPress.
Solution 1: Use the Classic Widgets Plugin
This brings back the traditional widget system and fixes shortcode rendering on pages in many cases. Solution 2: Add Code ManuallyIf you prefer not to use a plugin, add this code to your functions.php file in your active theme: This will disable the modern block-based widgets and re-enable the classic widget editor, helping shortcodes work properly again. Final StepAfter applying one of the fixes above:
| |
|
|
