Widget
A widget is a single self contained element you place into a layout, such as a heading, a button, a search box or a list of recent posts.
In plain English
The word carries two meanings in WordPress, which trips people up. Classic widgets are blocks you drop into a sidebar or a footer area. Elementor widgets are the elements in the builder’s panel.
Both mean the same thing underneath: a small piece of functionality with its own settings that you position rather than program.
Why it matters
Widgets are what page building is made of. Knowing which one to reach for, and which settings it hides, is most of the skill.
The classic kind also still runs the parts of a theme the builder does not own, like the footer areas in many themes, so it is worth knowing both.
How it works
-
You choose one from a panelEvery builder and every theme offers a list of what is available.
-
You place it in a container or an areaA column, a container, a sidebar, a footer column.
-
You set its optionsContent on one tab, styling on another, behaviour on a third.
-
It renders on the front endWith whatever global styles it inherits from the site’s settings.
Fewer widget types, tidier site
Six ways of making a button means six things to restyle later. Pick one approach for each job and stay with it.