Check what Gutenberg blocks are in post_content
I’m working on a design that has different styling if a certain Gutenberg block is present on a page. In other words, if … Read more
Is there any documentation showing the names of the Gutenberg block icons within the WordPress docs? To give you some context, I’m using … Read more
I have created a custom taxonomy that I have associated to my CPT. both appear on my dashboard, the issue is that when … Read more
I’m playing with Gutenberg ahead of its inclusion in core, and I’d like to know how to extend the existing gallery block to … Read more
So I am using nested blocks in WordPress Gutenberg. I am applying a wrapper on my elements that apply a bootstrap container class. … Read more
Assuming I have no infinite scroll or anything else going on in my theme: Is there a way to enqueue my custom Gutenberg … Read more
Note: I’m adding information I discover that seems to be leading to a resolution in the note. The Problem: When pasting content from … Read more
I have this custom post type: function create_posttype() { register_post_type( ‘companies’, array( ‘labels’ => array( ‘name’ => __( ‘شرکتهای عضو’ ), ‘singular_name’ => … Read more
I’m working on a design that has different styling if a certain Gutenberg block is present on a page. In other words, if … Read more