/
home
/
vianto5
/
bora.mx
/
wp-content
/
themes
/
twentytwentytwo
/
inc
/
patterns
/
/home/vianto5/bora.mx/wp-content/themes/twentytwentytwo/inc/patterns
mkdir
upload
Name
Size
Mode
Actions
footer-about-title-logo.php
1819
0644
edit
dl
rm
footer-blog.php
2758
0644
edit
dl
rm
footer-dark.php
1445
0644
edit
dl
rm
footer-default.php
1028
0644
edit
dl
rm
footer-logo.php
1053
0644
edit
dl
rm
footer-navigation-copyright.php
1239
0644
edit
dl
rm
footer-navigation.php
1192
0644
edit
dl
rm
footer-query-images-title-citation.php
2340
0644
edit
dl
rm
footer-query-title-citation.php
2176
0644
edit
dl
rm
footer-social-copyright.php
1564
0644
edit
dl
rm
footer-title-tagline-social.php
1815
0644
edit
dl
rm
general-divider-dark.php
908
0644
edit
dl
rm
general-divider-light.php
914
0644
edit
dl
rm
general-featured-posts.php
1138
0644
edit
dl
rm
general-image-with-caption.php
1606
0644
edit
dl
rm
general-large-list-names.php
2427
0644
edit
dl
rm
general-layered-images-with-duotone.php
1524
0644
edit
dl
rm
general-list-events.php
8085
0644
edit
dl
rm
general-pricing-table.php
5100
0644
edit
dl
rm
general-subscribe.php
1485
0644
edit
dl
rm
general-two-images-text.php
2749
0644
edit
dl
rm
general-video-header-details.php
2746
0644
edit
dl
rm
general-video-trailer.php
1687
0644
edit
dl
rm
general-wide-image-intro-buttons.php
2453
0644
edit
dl
rm
header-centered-logo-black-background.php
1331
0644
edit
dl
rm
header-centered-logo.php
1861
0644
edit
dl
rm
header-centered-title-navigation-social.php
2231
0644
edit
dl
rm
header-default.php
1281
0644
edit
dl
rm
header-image-background-overlay.php
2380
0644
edit
dl
rm
header-image-background.php
2418
0644
edit
dl
rm
header-large-dark.php
2807
0644
edit
dl
rm
header-logo-navigation-gray-background.php
1432
0644
edit
dl
rm
header-logo-navigation-offset-tagline.php
1755
0644
edit
dl
rm
header-logo-navigation-social-black-background.php
1939
0644
edit
dl
rm
header-small-dark.php
2369
0644
edit
dl
rm
header-stacked.php
1489
0644
edit
dl
rm
header-text-only-green-background.php
1614
0644
edit
dl
rm
header-text-only-salmon-background.php
1445
0644
edit
dl
rm
header-text-only-with-tagline-black-background.php
1757
0644
edit
dl
rm
header-title-and-button.php
1216
0644
edit
dl
rm
header-title-navigation-social.php
1561
0644
edit
dl
rm
header-with-tagline.php
1587
0644
edit
dl
rm
hidden-404.php
993
0644
edit
dl
rm
hidden-bird.php
674
0644
edit
dl
rm
hidden-heading-and-bird.php
1424
0644
edit
dl
rm
page-about-large-image-and-buttons.php
4385
0644
edit
dl
rm
page-about-links-dark.php
3657
0644
edit
dl
rm
page-about-links.php
4308
0644
edit
dl
rm
page-about-media-left.php
3021
0644
edit
dl
rm
page-about-media-right.php
2905
0644
edit
dl
rm
page-about-simple-dark.php
3327
0644
edit
dl
rm
page-about-solid-color.php
2768
0644
edit
dl
rm
page-layout-image-and-text.php
2790
0644
edit
dl
rm
page-layout-image-text-and-video.php
3992
0644
edit
dl
rm
page-layout-two-columns.php
4007
0644
edit
dl
rm
page-sidebar-blog-posts-right.php
5187
0644
edit
dl
rm
page-sidebar-blog-posts.php
4532
0644
edit
dl
rm
page-sidebar-grid-posts.php
4175
0644
edit
dl
rm
page-sidebar-poster.php
3411
0644
edit
dl
rm
query-default.php
2325
0644
edit
dl
rm
query-grid.php
1390
0644
edit
dl
rm
query-image-grid.php
1915
0644
edit
dl
rm
query-irregular-grid.php
8550
0644
edit
dl
rm
query-large-titles.php
1359
0644
edit
dl
rm
query-simple-blog.php
1884
0644
edit
dl
rm
query-text-grid.php
1326
0644
edit
dl
rm
Edit:
/home/vianto5/bora.mx/wp-content/themes/twentytwentytwo/inc/patterns/general-featured-posts.php
(1138B)
<?php /** * Featured posts block pattern */ return array( 'title' => __( 'Featured posts', 'twentytwentytwo' ), 'categories' => array( 'featured', 'query' ), 'content' => '<!-- wp:group {"align":"wide","layout":{"inherit":false}} --> <div class="wp-block-group alignwide"><!-- wp:paragraph {"style":{"typography":{"textTransform":"uppercase"}}} --> <p style="text-transform:uppercase">' . esc_html__( 'Latest posts', 'twentytwentytwo' ) . '</p> <!-- /wp:paragraph --> <!-- wp:query {"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","categoryIds":[],"tagIds":[],"order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"displayLayout":{"type":"flex","columns":3}} --> <div class="wp-block-query"><!-- wp:post-template --> <!-- wp:post-featured-image {"isLink":true,"width":"","height":"310px"} /--> <!-- wp:post-title {"isLink":true,"fontSize":"large"} /--> <!-- wp:post-excerpt /--> <!-- wp:post-date {"fontSize":"small"} /--> <!-- /wp:post-template --></div> <!-- /wp:query --></div> <!-- /wp:group -->', );
Save
cmd:
run