Blog

  • Using the Block Manager Settings The Block Manager preference is a helpful tool that lets you easily disable specific blocks in the Gutenberg Block Editor. To access this feature, simply go to “Options” and click on “Preferences.” From there, select “Blocks” to enter the Block Manager preference section. This feature allows you to manage which…

    Read more

  • How to Create and Extend Block Toolbar Controls on WordPress Gutenberg Block Editor

    Block Toolbar Controls is one of the best ways to simplify blocks and create a better user experience in the Gutenberg block editor. These controls are easily visible on each selected block, thus, giving instant access from the user. You have to make a better judgment when creating a block because too many block controls…

    Read more

  • Developing custom blocks in WordPress Gutenberg editor can be a challenging but rewarding experience. As developers, we often need advanced access to InnerBlocks for advanced block development. In this tutorial, I will discuss how to get access to InnerBlocks attributes within the parent block. Accessing InnerBlocks on JavaScript Edit Component Accessing all InnerBlocks within the…

    Read more

  • How to Enable, Create, Read and Update Post Meta in the WordPress Block Editor (Gutenberg)

    Managing post meta in WordPress has evolved significantly with the introduction of the Gutenberg block editor. This tutorial aims to simplify the process of enabling, reading, and updating custom post meta in the Gutenberg editor. By following these steps, you’ll gain a deeper understanding of how to work with post meta in the modern WordPress…

    Read more

  • How to Add Custom Gutenberg Block Styles

    In this tutorial, I’ll show you how to add custom blocks styles with the Gutenberg block editor. I’ve recently added Image and Cover Block Styles such as circular, diagonal, rounded corners, and drop shadow to the EditorsKit plugin; and I’m very happy to share how I did it. I’ve included two ways — both ES6…

    Read more

  • How to Create Custom Text Formats for Gutenberg Block Editor

    A few days ago, I published Extending Gutenberg Core Blocks with Custom Attributes and Controls. Well, now I’m going to help you create custom rich text formatting for Gutenberg blocks using registerFormatType function. As of version 1.4.3,  underline format is available on EditorsKit plugin. In this tutorial I’ll show you how I created this new…

    Read more

  • Extending Gutenberg Core Blocks with Custom Attributes and Controls

    Extensibility is one of WordPress features that I love the most. From custom filters to actions, now they are applying the same thing with the new Gutenberg Editor. It’s pretty great but aside from the WordPress handbook, there are only few tutorials available for Gutenberg development as of the moment. This is the main reason…

    Read more

  • Welcome to the world of WordPress block design and development! The WordPress Editor empowers users with significant control over their content layout. However, this freedom can sometimes lead to challenges, especially on websites with diverse user roles and responsibilities. While administrators may require access to all design tools, content creators often prefer a simpler experience.…

    Read more

  • I’ve announced 10 months ago that I joined the amazing 10up team as a full-time Web Engineer. I’m doing great so far and I love working with super-talented individuals, plus I’m learning a lot. Having said that, my time was occupied by my full-time work and adjusting through my shifts, personal stuff, and with what’s…

    Read more

  • I’m joining 10up!

    I’m super thrilled to announce that today I will be joining 10up as Web Engineer.  For those who know me or follow my journey, you know that I’ve been developing through WordPress for almost 10years. I’m positive that my experiences would be a great fit to the team and that it would continue to flourish…

    Read more

  • It’s not new to everyone that I’m a fan of the new WordPress block editor. In fact, I’ve been working on several projects to help everyone be accustomed to Gutenberg. Today, I’m super excited to launch a new plugin I’ve been working on lately. Introducing Iceberg, your distraction-free writing mode for the WordPress block editor.…

    Read more

  • Since the launch of new WordPress Gutenberg block editor, there have been a lot of blocks plugin added on the plugin directory. Most of these Gutenberg blocks plugins provide several collection of useful blocks that you can integrate easily on your website. The huge question is which of these plugins perfectly fits your needs and…

    Read more

  • It’s been a few versions since I created a release blog article and I’m super excited to let you know what brand new features have been added since then! Without further ado, here are the features added from version 1.10 to 1.13. I hope you’ll love them! Gutenberg Code Editor Syntax Highlighter As for my…

    Read more