In WordPress 6.1 list items are now their own blocks, so you will need to add core/list-item
to the list of allowed blocks.
Related Posts:
- Set image size on media and text block with a function
- Wrap gutenberg block ‘div’ in other elements/extra HTML
- How to specify which Gutenberg blocks are available in the editor for a page template
- Why is my Gutenberg block returning an error after initial save?
- Access / Filter block variations in Gutenberg, in WordPress 5.6
- Custom editor color palette colors are not appearing in the editor
- Add php code to wp_print_scripts?
- Function not working inside of a function in functions.php
- how to make has_block() see inside blocks too
- Adding custom social icons to the social media icon block in the Gutenberg editor?
- Pass URL to iframe in WordPress Block
- Customizing the wp_video_shortcode output with add_filter
- large image size of 1440×1440 not pulling 2x of 2880×2880 image
- How to get postId from the argument $block when register_block_type()?
- get php variable from functions php and echo it in theme template files [closed]
- How to influence the information displayed on widget inside wp-admin
- Remove Container Element From wp_nav_menu() Markup
- WordPress function like is_category for subcategory? is_subcategory?
- Using a private method as an action callback from within a class
- Auto close (hide) custom metabox / set default state
- Does WordPress Development Mode Exist (with not minified JS)?
- WP_Query in functions.php
- wp_delete_user with username
- what is the meaning of settings_fields()
- Organize functions.php
- How to activate “Description” metabox for menu item programmatically?
- Change labels on ‘Nickname’ and ‘Biographical Info’ in user-edit.php
- Edit the_content function
- write in functions.php
- How to set child post categories to parent post categories when updating parent post?
- get excerpt without images
- Adding WooCommerce to a Custom Theme – not working [closed]
- WooCommerce add_action hook results in 500 error
- Advice: Template structure – php blocks in sidebar or someting else?
- Help to resolve Syntax error, unexpected ‘endwhile’ (T_ENDWHILE) [closed]
- wp_get_post_terms() returns WP_Error in functions.php but in template it works
- Removing the first image in content
- Move jQuery and Migrate to footer?
- Make menu structure match page heirarchy on page parent change
- Global functions on WPMU
- str_replace function in theme
- is_account_page() change to page slug
- How to add nav menu items to a specific position within a menu
- woocommerce: change default setting > is_sold_individualy function
- Help with WP gallery function, wrap gallery in div
- set_post_thumbnail when user is not logged in
- WordPress Menuing Question :focus
- call of javascript function to external url always blocked by cors
- Can you put a condition on add_image_size() depending on the width of the uploaded image?
- Force to use STRONG users password and implement rule to prevent REUSE [closed]
- Create a custom taxonomy that will be used to create and filter markers in a Google Map
- Adding an external HTML link to a post thumbnail
- Overwriting the menu break points of twentysixteen in child theme
- Is there a WP function to get taxonomy name from taxonomy_term_id?
- Passing User_Fields to Contact form 7 [duplicate]
- How can this crude function be improved?
- Help With Creating Shortcode
- How can I use Woocommerce $product->get_attribute in functions.php? (if at all)
- How to set default post editor based on role?
- How to hide image-url if no attachment?
- Hide thumbnail on search results when thumbnail not set – using Oxygen
- How to properly refresh page after form action?
- Using two loops in one WordPress template
- Multiple navigation menu in same location
- WordPress Website with Login system
- Return link pages instead of displaying them
- Filepath to Chosen for “Home Page” option – Which function?
- Add a custom function to widget code
- Create Custom URL structure for specific Post category using Post ID instead of post name
- Custom route and extract data from slashes and parameter
- Exclude specific post from query
- wp_set_object_term via js btn frontend
- How can I show a specific page to admins only?
- Function to function shortcode help [closed]
- Hide author info in single posts by certain users
- Creating a custom functions page wordpress
- register_block_type is not working properly
- CSS disabled after getting rid of emoji
- How do I create a child theme from PowerMag theme
- WordPress Toggle Menu has stopped working
- Echo a String Based On Geolocation? [Woocommerce || ACF]
- How do I dequeue a Stylesheet, stored in an ‘Assets’ folder?
- Load scripts into an AJAX div
- TinyMCE Multiple Custom Classes Selections
- Surrond h1 entry-title automatically with a span tag
- custom post with loading script per single post
- update_post_meta not working in function
- Show the post date using the wp_get_archives() function?
- Shortcode to output get_header not working
- Welcome Mails based on user role
- How to Insert A List of Posts in A Category Written by the Author into the Author Archive
- Dynamic body classes based on current page
- Why don’t some template tags work when querying information on single.php?
- Removing Facebook contact field from user contact not working
- add variable to actions/functions across different files (woocommerce)
- How do grab the main loop, with conditions, and output via shortcodes
- replacing words to “…” [closed]
- Insert image between X number of posts but on specific paginated pages?
- wp_head not injecting css
- Convert Image to Webp on upload without plugin