Edit File by line
/home/zeestwma/redstone.../wp-inclu.../block-pa...
File: query-grid-posts.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Query: Grid.
[2] Fix | Delete
*
[3] Fix | Delete
* @package WordPress
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
return array(
[7] Fix | Delete
'title' => _x( 'Grid', 'Block pattern title' ),
[8] Fix | Delete
'blockTypes' => array( 'core/query' ),
[9] Fix | Delete
'categories' => array( 'query' ),
[10] Fix | Delete
'content' => '<!-- wp:query {"query":{"perPage":6,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"flex","columns":3}} -->
[11] Fix | Delete
<div class="wp-block-query">
[12] Fix | Delete
<!-- wp:post-template -->
[13] Fix | Delete
<!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} -->
[14] Fix | Delete
<div class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:post-title {"isLink":true} /-->
[15] Fix | Delete
<!-- wp:post-excerpt /-->
[16] Fix | Delete
<!-- wp:post-date /--></div>
[17] Fix | Delete
<!-- /wp:group -->
[18] Fix | Delete
<!-- /wp:post-template -->
[19] Fix | Delete
</div>
[20] Fix | Delete
<!-- /wp:query -->',
[21] Fix | Delete
);
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function