Title: norico's Replies | WordPress.org

---

# norico

  [  ](https://wordpress.org/support/users/norico/)

 *   [Profile](https://wordpress.org/support/users/norico/)
 *   [Topics Started](https://wordpress.org/support/users/norico/topics/)
 *   [Replies Created](https://wordpress.org/support/users/norico/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/norico/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/norico/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/norico/engagements/)
 *   [Favorites](https://wordpress.org/support/users/norico/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/users/norico/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/norico/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spectra Legacy – Gutenberg Blocks] Allowed block types support](https://wordpress.org/support/topic/allowed-block-types-support/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/allowed-block-types-support/#post-18367363)
 * Nice support 😳
 * ty
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spectra Legacy – Gutenberg Blocks] Allowed block types support](https://wordpress.org/support/topic/allowed-block-types-support/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [1 year, 5 months ago](https://wordpress.org/support/topic/allowed-block-types-support/#post-18360556)
 * I’m sorry, but if I use block masking through PHP, it’s because I can’t do otherwise.
 * My users are novices, I can’t give them this solution.
 * I don’t understand why it only does this with your blocks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spectra Legacy – Gutenberg Blocks] Allowed block types support](https://wordpress.org/support/topic/allowed-block-types-support/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/allowed-block-types-support/#post-18347754)
 * when I use this function to delete embedded content blocks, I lose all the blocks
   in the plugin.
   I’m on a new installation of wordpress, with no plugin, and the
   default theme.
 * ![](https://i0.wp.com/www.image-heberg.fr/files/17413359811510176855.png?ssl=
   1)
 * ![](https://i0.wp.com/www.image-heberg.fr/files/17413360641068357476.png)
 * ![](https://i0.wp.com/www.image-heberg.fr/files/17413361193204319552.png)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Spectra Legacy – Gutenberg Blocks] Allowed block types support](https://wordpress.org/support/topic/allowed-block-types-support/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [1 year, 6 months ago](https://wordpress.org/support/topic/allowed-block-types-support/#post-18341902)
 *     ```wp-block-code
       add_filter( 'allowed_block_types_all', 'wpdocs_allowed_post_type_blocks', 10, 2 );function wpdocs_allowed_post_type_blocks( $allowed_block_types, $editor_context ) {	$blocks_to_disable = array(        	'core/code',	    );    	if ( true === $allowed_block_types ) {		$allowed_block_types = WP_Block_Type_Registry::get_instance()->get_all_registered();	}	return array_diff( array_keys( $allowed_block_types ), $blocks_to_disable );}
       ```
   
 * some blocks was deleted
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPMasterToolKit (WPMTK) - All in one plugin] Nouvelles fonctionnalités](https://wordpress.org/support/topic/nouvelles-fonctionnalites/)
 *  [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [2 years ago](https://wordpress.org/support/topic/nouvelles-fonctionnalites/#post-17980531)
 * bonjour, dans le cas où j’écris de nouvelles fonctionnalités qui pourrai s’ajouter
   au plugin, quel est le moyen de vous transférer le code ?
    -  This reply was modified 2 years ago by [norico](https://wordpress.org/support/users/norico/).
    -  This reply was modified 2 years ago by [norico](https://wordpress.org/support/users/norico/).
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Multisite blog loop](https://wordpress.org/support/topic/multisite-blog-loop/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [2 years, 1 month ago](https://wordpress.org/support/topic/multisite-blog-loop/#post-17889537)
 * post grid don’t work. 
   I ended up taking back the problematic templates.These
   use the get_the_ id() function, and it always goes up id=1. I try to make sure
   to replace in the templates get the id with $post->id where post is passed as
   an argument of the call to the template.
 * To be continued…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Multisite blog loop](https://wordpress.org/support/topic/multisite-blog-loop/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/multisite-blog-loop/#post-17878383)
 * ok
 * I’ll give you a simple example.
 * I have a multisite with 3 subsite.
 * Each subsite displays its blog with the standard loop.
 * I want on the homepage of the site to display (as on the blog pages) the articles
   of each subsite, naturally with a sorting as on the blogs.
 * The problem is that I change the query loop by default, so I have $query->have
   post()
 * I hope I have been clear.
 * Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Multisite blog loop](https://wordpress.org/support/topic/multisite-blog-loop/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/multisite-blog-loop/#post-17874971)
 * I have already check this site. 
   There is no information on the management of
   multisites.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Max Mega Menu] Multisite menu](https://wordpress.org/support/topic/multisite-menu-2/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/multisite-menu-2/#post-13772267)
 * I will try through a widget
 * Thx
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Max Mega Menu] Multisite menu](https://wordpress.org/support/topic/multisite-menu-2/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [5 years, 9 months ago](https://wordpress.org/support/topic/multisite-menu-2/#post-13770471)
 * hello, I will try to explain better.
    I make a video games site, I have a general
   site, an xbox site and a playstation site. each site user must be able to manage
   their menus.
 * The users of the sub-sites do not have access to the general site, so they cannot
   intervene on the global menu of the site.
 * So I asked myself the question: how to include the sub-site menu without going
   through the general site menu.
 * Hoping to have been clearer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Add sub group to custom permission.](https://wordpress.org/support/topic/add-sub-group-to-custom-permission/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/add-sub-group-to-custom-permission/#post-13148746)
 * Nice, thanks for help.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Role Editor] Add sub group to custom permission.](https://wordpress.org/support/topic/add-sub-group-to-custom-permission/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/add-sub-group-to-custom-permission/#post-13148370)
 * thx, I tru this this morning
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SiteOrigin Widgets Bundle] Keep post order](https://wordpress.org/support/topic/keep-post-order/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/keep-post-order/page/2/#post-10203235)
 * hi,
    There is no setting to do, just select a taxonomy in the loop. 🙁
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SiteOrigin Widgets Bundle] Keep post order](https://wordpress.org/support/topic/keep-post-order/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/keep-post-order/page/2/#post-10181842)
 * good evening, yes it is not only on this site.
    I’m just add a taxonomy in the
   query. Sticky posts are no longer in front of standard posts.
 * thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SiteOrigin Widgets Bundle] Keep post order](https://wordpress.org/support/topic/keep-post-order/)
 *  Thread Starter [norico](https://wordpress.org/support/users/norico/)
 * (@norico)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/keep-post-order/page/2/#post-10180621)
 * hi
    create just a carousel with taxonomy ! stick post wasn’t on first position.

Viewing 15 replies - 1 through 15 (of 27 total)

1 [2](https://wordpress.org/support/users/norico/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/norico/replies/page/2/?output_format=md)