Edit File by line
/home/zeestwma/redstone.../wp-inclu.../block-pa...
File: query-small-posts.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Query: Small image and title.
[2] Fix | Delete
*
[3] Fix | Delete
* @package WordPress
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
return array(
[7] Fix | Delete
'title' => _x( 'Small image and title', 'Block pattern title' ),
[8] Fix | Delete
'blockTypes' => array( 'core/query' ),
[9] Fix | Delete
'categories' => array( 'query' ),
[10] Fix | Delete
'content' => '<!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false}} -->
[11] Fix | Delete
<div class="wp-block-query">
[12] Fix | Delete
<!-- wp:post-template -->
[13] Fix | Delete
<!-- wp:columns {"verticalAlignment":"center"} -->
[14] Fix | Delete
<div class="wp-block-columns are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center","width":"25%"} -->
[15] Fix | Delete
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:25%"><!-- wp:post-featured-image {"isLink":true} /--></div>
[16] Fix | Delete
<!-- /wp:column -->
[17] Fix | Delete
<!-- wp:column {"verticalAlignment":"center","width":"75%"} -->
[18] Fix | Delete
<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:75%"><!-- wp:post-title {"isLink":true} /--></div>
[19] Fix | Delete
<!-- /wp:column --></div>
[20] Fix | Delete
<!-- /wp:columns -->
[21] Fix | Delete
<!-- /wp:post-template -->
[22] Fix | Delete
</div>
[23] Fix | Delete
<!-- /wp:query -->',
[24] Fix | Delete
);
[25] Fix | Delete
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function