I’m trying to render a post_content with blocks using the do_blocks function, that takes a gutenberg content, parses every block, and returns an HTML string. The problem is that...
I’m working with tailwind and I was wondering how you would add a class to the div that has .editor-styles-wrapper applied to it so it would be .editor-styles-wrapper .my-custom-class...
In a recent update to WordPress, the following responsive device preview system was added to the Block Editor: Easy to hide them via: .block-editor-post-preview__button-resize { display: none; } But,...
According to the announcement on the Make WordPress Core blog post it appears that to use post meta on a post things have changed quite a bit. I’m trying...
I would like to add a button that triggers some custom JS code to the top roolbar (not the block level editor toolbar): Is there an official way to...
If I want to extend the core block I can use Block Filters where I found a filter like editor.BlockEdit. Example from doc: const { createHigherOrderComponent } = wp.compose;...
Currently when you display an archive category page, it only displays it for the main parent, and doesn’t display any of the posts that may be in the subcategories...
Is there a way to give oEmbed codes a special markup in the visual editor? In my dream implementation you paste an oEmbed-enabled url in the editor, which will...
Say I have top-level(parentless) pages called Fruit, Animals, Cars. When, say, Fruit is selected I would like to show links to the individual fruit pages below. I would like...
I would like to take the contents from Microsoft Word files and convert them into WordPress blog posts without losing the footnotes. I’ve tried many different methods but have...

