blog
-
Developer26 June 2024
Gutenberg: Modifying block supports
Deactivate existing block supports You can disable support for each block by adding the following code to your editor.js file: This JavaScript script modifies block…
Developer Gutenberg -
Glossary26 June 2024
Understanding DNS zones
Imagine the Internet as a gigantic city, full of houses, offices and stores. Every website is an address in that city. Now think about what…
Glossary -
Glossary21 June 2024
The importance of XML sitemaps in SEO
Ah, sitemaps! It’s like a treasure map for your website, but instead of looking for gold coins, you’re looking to be found by Google. Don’t…
Glossary -
Tutorials18 June 2024
Complete guide to installing a WordPress plugin
Installing a Plugin from a Third-Party Site Downloading the Plugin If you have downloaded a plugin from a trusted third-party site, make sure it is…
Tutorials -
Tutorials18 June 2024
Complete guide to installing a WordPress theme
Installing a theme downloaded from a third-party site Adding via the WordPress dashboard Activation via FTP
Tutorials -
Developer18 June 2024
Deprecating a PHP function
To deprecate a function in WordPress, you can use the trigger_error function to issue a warning and inform developers that the function should no longer…
Developer