Edit File by line
/home/zeestwma/redstone.../wp-inclu.../block-pa...
File: query-offset-posts.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Query: Offset.
[2] Fix | Delete
*
[3] Fix | Delete
* @package WordPress
[4] Fix | Delete
*/
[5] Fix | Delete
[6] Fix | Delete
return array(
[7] Fix | Delete
'title' => _x( 'Offset', 'Block pattern title' ),
[8] Fix | Delete
'blockTypes' => array( 'core/query' ),
[9] Fix | Delete
'categories' => array( 'query' ),
[10] Fix | Delete
'content' => '<!-- wp:group {"style":{"spacing":{"padding":{"top":"30px","right":"30px","bottom":"30px","left":"30px"}}},"layout":{"inherit":false}} -->
[11] Fix | Delete
<div class="wp-block-group" style="padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px"><!-- wp:columns -->
[12] Fix | Delete
<div class="wp-block-columns"><!-- wp:column {"width":"50%"} -->
[13] Fix | Delete
<div class="wp-block-column" style="flex-basis:50%"><!-- wp:query {"query":{"perPage":2,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"list"}} -->
[14] Fix | Delete
<div class="wp-block-query"><!-- wp:post-template -->
[15] Fix | Delete
<!-- wp:post-featured-image /-->
[16] Fix | Delete
<!-- wp:post-title /-->
[17] Fix | Delete
<!-- wp:post-date /-->
[18] Fix | Delete
<!-- wp:spacer {"height":200} -->
[19] Fix | Delete
<div style="height:200px" aria-hidden="true" class="wp-block-spacer"></div>
[20] Fix | Delete
<!-- /wp:spacer -->
[21] Fix | Delete
<!-- /wp:post-template --></div>
[22] Fix | Delete
<!-- /wp:query --></div>
[23] Fix | Delete
<!-- /wp:column -->
[24] Fix | Delete
<!-- wp:column {"width":"50%"} -->
[25] Fix | Delete
<div class="wp-block-column" style="flex-basis:50%"><!-- wp:query {"query":{"perPage":2,"pages":0,"offset":2,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"exclude","inherit":false},"displayLayout":{"type":"list"}} -->
[26] Fix | Delete
<div class="wp-block-query"><!-- wp:post-template -->
[27] Fix | Delete
<!-- wp:spacer {"height":200} -->
[28] Fix | Delete
<div style="height:200px" aria-hidden="true" class="wp-block-spacer"></div>
[29] Fix | Delete
<!-- /wp:spacer -->
[30] Fix | Delete
<!-- wp:post-featured-image /-->
[31] Fix | Delete
<!-- wp:post-title /-->
[32] Fix | Delete
<!-- wp:post-date /-->
[33] Fix | Delete
<!-- /wp:post-template --></div>
[34] Fix | Delete
<!-- /wp:query --></div>
[35] Fix | Delete
<!-- /wp:column --></div>
[36] Fix | Delete
<!-- /wp:columns --></div>
[37] Fix | Delete
<!-- /wp:group -->',
[38] Fix | Delete
);
[39] Fix | Delete
[40] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function