How to Load Custom Fonts Using @font-face
The @font-face Rule in CSS enables the usage of customized fonts (Custom Fonts) for the text on your website. These fonts can be loaded from an external server using the "url()" function or...
The @font-face Rule in CSS enables the usage of customized fonts (Custom Fonts) for the text on your website. These fonts can be loaded from an external server using the "url()" function or...
In this short post, we'll see how to disable the automatic addition of the srcset attribute to the HTML of images on WordPress websites. If you take a look at the source code of a page on your website that [...]
Gutenberg has been the default editor in WordPress since version 5.0. However, it does not automatically appear for Custom Post Types (CPTs). By default, custom post types use the classic editor. To enable the block editor for a CPT, two [...]
Although lots of things can be done via the WordPress dashboard, not everything can be done. Sometimes you need to make a change directly to one of the website files. You may want to do this in order to strengthen [...]
You’ve might come across certain websites that provide the estimated reading time of an article like this one. Personally, when I saw this, I thought it was a bit absurd. However, I’ve already come across several articles explaining that displaying [...]
Server Error 500, also referred to as 500 Internal Server Error is probably the most annoying error you can get, on WordPress websites in particular, and on websites in general. Server Error 500 basically means that something somewhere went wrong.
Gutenberg has been the default editor in WordPress since version 5.0, released in December 2018. It replaced the classic TinyMCE editor and introduced a block-based approach to content creation that fundamentally changed how WordPress users build posts and pages. Whether [...]
The Contact Form 7 plugin is one of the most popular form plugins for WordPress, with over five million active installations. Its description – “Simple but Flexible” – is spot on. However, the plugin has no built-in design interface. The [...]