esc_html__( 'Blog / post list', 'armando' ) ) ); } /** * Register Block Patterns. */ if ( function_exists( 'register_block_pattern' ) ) { function armando_register_query_block_patterns() { register_block_pattern( 'armando/query-one', array( 'title' => esc_html__( 'Posts in a 3 column grid with post meta, author and excerpt', 'armando' ), 'categories' => array( 'query', 'blog' ), 'blockTypes' => array( 'core/query' ), 'content' => '
', ) ); } add_action( 'init', 'armando_register_query_block_patterns', 9 ); }