📋 Default WordPress CSS classes: a complete 2026 cheat sheet
What CSS classes WordPress adds to body, posts, menus, widgets and comments out of the box. A full list with…
What CSS classes WordPress adds to body, posts, menus, widgets and comments out of the box. A full list with…
Creating a custom Elementor section divider: preparing the SVG, placing it in a child theme, and registering it via a…
Setting up a WordPress user dashboard: custom post type, private status on publish, and redirect to dashboard. Free…
Google Apps Script for multiple selection in cells: sidebar with checkboxes, two files, no external libraries. Ready in…
Writing meta boxes for WordPress: installing CMB2, configuring fields in PHP, integrating with your theme, and…
Step by step guide to creating modal windows in WordPress: from choosing a plugin to pure CSS and JavaScript. Ready to…
Collections of tested HTML, CSS and JS snippets with live preview and tag filtering: from React to Tailwind. All sites…
A free plugin for transferring widgets between WordPress sites. Export to .wie file, smart import without duplicates,…
Two ways to set a custom template for custom post type pages in WordPress: using the single-{post_type}.php file and…
matchMedia, resize, and jQuery: three ways to detect screen width in JavaScript. From native MediaQueryList to event…