Search
Styling Buttons in WordPress Block Themes
9.1.2023
A little while back, Ganesh Dahal penned a post here on CSS-Tricks responding to a tweet that asked about adding CSS box shadows on WordPress blocks and elements. There’s a lot of great stuff in there that leverages new features …
Styling Buttons in WordPress Block Themes originally...
Adding Box Shadows to WordPress Blocks and Elements
7.12.2022
The CSS box-shadow and outline properties gained theme.json support in WordPress 6.1. Let's look at a few examples of how it works in real themes, and what options we have to apply these styles to WordPress blocks and elements.
Adding Box Shadows to WordPress Blocks and Elements originally...
Using The New Constrained Layout In WordPress Block Themes
30.11.2022
One of the main goals of the WordPress Site Editor (and, yes, that is now the “official” name) is to move basic block styling from CSS to structured JSON. JSON files are machine-readable, which makes it consumable by …
Using The New Constrained Layout In WordPress Block Themes originally...
Managing CSS Styles in a WordPress Block Theme
7.11.2022
The way we write CSS for WordPress themes is in the midst of sweeping changes. I recently shared a technique for adding fluid type support in WordPress by way of theme.json, a new file that WordPress has been pushing …
Managing CSS Styles in a WordPress Block Theme originally published...
Why Do WordPress Themes Have to Be So Hard to Use on the Backend? (Hint: They Don’t!)
11.10.2022
WordPress theme backends are notoriously unattractive and difficult to use. That’s not the case with BeTheme. Peek inside this theme’s backend and discover how it’ll transform the way you work
Adding Fluid Typography Support to WordPress Block Themes
7.10.2022
Fluid typography is a fancy way of “describing font properties, such as size or line height, that scale fluidly according to the size of the viewport”. It’s also known by other names, like responsive typography, flexible type, fluid type, …
Adding Fluid Typography Support to WordPress Block...
How To Customize WordPress Block Theme Cover Templates with Dynamic Post Feature Images
23.9.2022
If we browse the WordPress theme directory, a majority of themes showcase cover images. It is a feature in popular demand. The cover page trend is true even in the block theme directory screenshots as well.
Let’s consider the …
How To Customize WordPress Block Theme Cover Templates with...
Best 10 WooCommerce Themes to Consider in 2022
6.9.2022
A hand-picked selection of the best WooCommerce themes to get your online store up and running quickly
Not Sure How to WordPress Anymore?
25.8.2022
Neither do I! And that’s probably because there’s a lot happening in WordPress-land. The evolution towards full-site editing (FSE) introduces frequent changes to the way we build themes and plugins, and at such break-neck speed that the documentation itself is …
Not Sure How...
Sam Bankman-Fried provides bailouts, ‘Bitcoin dead’ searches soar, and debate over hidden themes behind BAYC continues: Hodlers Digest, June 19–25
25.6.2022
Creating Style Variations in WordPress Block Themes
16.5.2022
Global styles, a feature of the block themes, is one of my favorite parts of creating block themes. The concept of global style variations in WordPress were introduced in Gutenberg 12.5 which would allow theme authors to create alternate …
Creating Style Variations in WordPress Block Themes...
8 Multipurpose WordPress Themes to Use in 2022
26.4.2022
A selection of the most popular and flexible multipurpose WordPress themes for building almost any type of website.
The post 8 Multipurpose WordPress Themes to Use in 2022 appeared first on Codrops
Adding Tailwind CSS to New and Existing WordPress Themes
20.4.2022
In the 15 or so years since I started making WordPress websites, nothing has had more of an impact on my productivity — and my ability to enjoy front-end development — than adding Tailwind CSS to my workflow (and it …
Adding Tailwind CSS to New and Existing WordPress Themes originally...
Bitcoin 2022 Miami: Conference recap and major themes
14.4.2022
The four-day event brought together developers, business leaders, policymakers and builders of the Bitcoin economy
A Deep Introduction to WordPress Block Themes
4.2.2022
The relatively new WordPress editor, also known as the WordPress Block Editor, always under development via the Gutenberg plugin, has been with us since 2018. You can use the block editor on any WordPress theme, provided the theme …
A Deep Introduction to WordPress Block Themes originally...
10 Best WordPress Themes to Use in 2022
11.1.2022
A collection of top WordPress themes going into 2022 to help you find the perfect fit for your project.
The post 10 Best WordPress Themes to Use in 2022 appeared first on Codrops
China Censors Crypto-Themed Short Videos Shared Online
18.12.2021
An industry organization controlled by the Chinese government has updated a list of topics users of video-sharing apps should avoid. Crypto-related content is now among the entries along with traditional taboos in China like mocking its leadership, provoking sectarianism, and showing sex. Clips...
Defining and Applying UI Themes Using the Mimcss CSS-in-JS Library
15.11.2021
Theming UI refers to the ability to perform a change in visual styles in a consistent manner that defines the “look and feel” of a site. Swapping color palettes, à la dark mode or some other means, is a good …
The post Defining and Applying UI Themes Using the Mimcss CSS-in-JS Library...
Easy Dark Mode (and Multiple Color Themes!) in React
11.11.2021
I was working on a large React application for a startup, and aside from just wanting some good strategies to keep our styles organized, I wanted to give this whole “dark mode” thing a shot. With the huge ecosystem around …
The post Easy Dark Mode (and Multiple Color Themes!) in React...
AggregateError
17.9.2021
One of the big themes of the web these days is concurrency, which leads to accomplishing tasks asynchronously. In doing so, the possibility of multiple errors can occur. Instead of providing a generic error, optimally you’d provide a wealth of error information. TheAggregateError error lets...