Web Designer, Web Developer and Ecommerce Tech Specialist.

👋 I’m Giacomo, and I love to design engaging and visually pleasing websites with a SOLID development foundation.

With over 10 years of professional software engineering experience, I’m currently located in Modena, Italy, serving as a tech business analyst at Digital Boîte.

I’m a WordPress enthusiast! Currently, I’m focused on creating block-based WordPress themes; I am also the author of Write Poetry: a multipurpose WordPress Plugin designed to help developers write less code.

Simplicity is the ultimate sophistication.

—Leonardo da Vinci
  • How to get all WordPress posts in a Gutenberg Block

    We can retrieve quite a lot of data from the bare Javascript Browser Console if you print this wp.data.select(‘core’) you will get all the availabe methods. wp.data.select(‘core’).getCurrentTheme() will gives you all the header informations about the current theme. If you also run this snippet you will print all the website posts in the console: wp.data.select(‘core’).getEntityRecords(…