WordPress Tutorials
The WordPress Navigation Block
The Navigation block is the block-theme replacement for the classic Menus screen: it stores a menu as its own post and is edited directly inside a template part.
Topic
Step-by-step guides for getting things done in WordPress.
WordPress Tutorials
The Navigation block is the block-theme replacement for the classic Menus screen: it stores a menu as its own post and is edited directly inside a template part.
WordPress Tutorials
The Query Loop block is a visual wrapper around WP_Query: configure filters in a settings panel and WordPress runs the query and repeats an inner set of blocks once per result.
WordPress Tutorials
A synced pattern is the current name for a reusable block: one stored post referenced everywhere it appears, so editing any instance edits all of them at once.
WordPress Tutorials
A block pattern is a saved arrangement of blocks that WordPress inserts as an independent copy, not a live reference — the one distinction that explains everything else about patterns.
WordPress Tutorials
It is a theme file that runs on every request, front end and admin alike. That single fact explains where it lives, why a typo locks you out, and why most snippets do not belong in it.
WordPress Tutorials
WordPress does this without a plugin, in about fifteen seconds. What matters is knowing exactly what that protection covers, because it does not cover the images on the page.
WordPress Tutorials
WordPress owns seven lines of this file and regenerates them on demand. Everything else in it was put there by you, a plugin or the host, and that distinction is the whole troubleshooting method.
WordPress Tutorials
Dropdown means two unrelated things in WordPress: a nested navigation submenu, and a select list of categories or archives. Knowing which one you want saves the afternoon.
WordPress Tutorials
Two separate jobs get conflated here: putting a certificate on the server, and telling WordPress to use it. The second one is where sites break, and a plugin only papers over it.
WordPress Tutorials
A footer comes from one of four places, and every wasted hour on this task is spent editing the wrong one. Identify the source first, then the change takes two minutes.
WordPress Tutorials
A revision is an ordinary row in the posts table with a different post type. That explains what it saves, what it silently omits, and why the database bloat panic is usually overstated.
WooCommerce
A dropshipping plugin moves data between your store and a supplier. Every hard part of dropshipping — margins, stock you do not control, delivery times, returns — sits outside what any plugin can fix.