Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jamil fse #49

Merged
merged 5 commits into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
**Tags:** custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, woocommerce, edd
**Requires at least:** 5.6
**Tested up to:** 6.2
**Stable tag:** 3.0.0
**Stable tag:** 3.0.1
**Domain Path:** /languages/
**License:** GNU General Public License v3 or later
**License URI:** http://www.gnu.org/licenses/gpl-3.0.html
Expand Down
126 changes: 63 additions & 63 deletions functions.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion patterns/archieve-page-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} -->
<div class="wp-block-group"><!-- wp:paragraph {"fontSize":"small"} -->
<p class="has-small-font-size"><?php echo esc_html_x( 'Home', 'Message to convey page header content', 'flexia' ); ?></p>
<p class="has-small-font-size"><?php echo esc_html_x( 'Home', 'Message to convey search page content', 'flexia' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
Expand Down
2 changes: 1 addition & 1 deletion patterns/blog-page-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} -->
<div class="wp-block-group"><!-- wp:paragraph {"fontSize":"small"} -->
<p class="has-small-font-size"><?php echo esc_html_x( 'Home', 'Message to convey header content', 'flexia' ); ?></p>
<p class="has-small-font-size"><?php echo esc_html_x( 'Home', 'Message to convey page header content', 'flexia' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
Expand Down
2 changes: 1 addition & 1 deletion patterns/faq.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<!-- /wp:heading -->

<!-- wp:paragraph -->
<p><?php echo esc_html_x( 'If you don\t renew, you wont get the premium support and automatic updates. But you can always get the latest version from your account, download them and update manually.', 'Message to convey FAQ', 'flexia' ); ?></p>
<p><?php echo esc_html_x( 'If you don\'t renew, you won\'t get the premium support and automatic updates. But you can always get the latest version from your account, download them and update manually.', 'Message to convey FAQ', 'flexia' ); ?></p>
<!-- /wp:paragraph --></div>
<!-- /wp:group -->

Expand Down
36 changes: 18 additions & 18 deletions patterns/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@
<!-- /wp:heading -->

<!-- wp:navigation {"textColor":"body-alt","overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"10px"}},"fontSize":"medium","fontFamily":"inter"} -->
<!-- wp:navigation-link {"label":"Features","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Pricing","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Case Studies","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Reviews","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Updates","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Features', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Pricing', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Case Studies', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Reviews', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Updates', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- /wp:navigation --></div>
<!-- /wp:column -->

Expand All @@ -54,11 +54,11 @@
<!-- /wp:heading -->

<!-- wp:navigation {"textColor":"body-alt","overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"10px"}},"fontSize":"medium","fontFamily":"inter"} -->
<!-- wp:navigation-link {"label":"About","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Contact Us","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Careers","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Culture","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Blog","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'About', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Contact Us', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Careers', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Culture', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Blog', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- /wp:navigation --></div>

<!-- /wp:column --></div>
Expand All @@ -73,10 +73,10 @@
<!-- /wp:heading -->

<!-- wp:navigation {"textColor":"body-alt","overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"10px"}},"fontSize":"medium","fontFamily":"inter"} -->
<!-- wp:navigation-link {"label":"Getting Started","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Help Center","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Server Status","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Report a bug","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Getting Started', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Help Center', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Server Status', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Report a bug', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- /wp:navigation --></div>
<!-- /wp:column -->

Expand All @@ -86,10 +86,10 @@
<!-- /wp:heading -->

<!-- wp:navigation {"textColor":"body-alt","overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"spacing":{"blockGap":"10px"}},"fontSize":"medium","fontFamily":"inter"} -->
<!-- wp:navigation-link {"label":"IOS","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Android","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Mac","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Windows","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'IOS', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Android', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Mac', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Windows', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- /wp:navigation --></div>
<!-- /wp:column --></div>
<!-- /wp:columns --></div>
Expand Down
14 changes: 7 additions & 7 deletions patterns/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@
<!-- /wp:image -->

<!-- wp:navigation {"textColor":"Heading","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"},"style":{"spacing":{"blockGap":"var:preset|spacing|30"}},"fontSize":"medium"} -->
<!-- wp:navigation-link {"label":"Home","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"About","url":"#about","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Services","url":"#services","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Pricing","url":"#pricing","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Blog","url":"#blog","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"Contact","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Home', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'About', 'flexia' ); ?>","url":"#about","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Services', 'flexia' ); ?>","url":"#services","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Pricing', 'flexia' ); ?>","url":"#pricing","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Blog', 'flexia' ); ?>","url":"#blog","kind":"custom","isTopLevelLink":true} /-->
<!-- wp:navigation-link {"label":"<?php esc_html_e( 'Contact', 'flexia' ); ?>","url":"#","kind":"custom","isTopLevelLink":true} /-->
<!-- /wp:navigation -->

<!-- wp:search {"label":"Search","showLabel":false,"buttonText":"Search","buttonPosition":"button-only","buttonUseIcon":true,"isSearchFieldHidden":true,"style":{"border":{"width":"0px","style":"none","radius":"0px"},"layout":{"selfStretch":"fit","flexSize":null}},"textColor":"Heading","className":"header-search is-style-flexia-minimal-search","fontSize":"small"} /--></div>
<!-- wp:search {"label":"<?php echo esc_attr_x( 'Search', 'search button text', 'flexia' ); ?>","showLabel":false,"buttonText":"<?php echo esc_attr_x( 'Search', 'search button text', 'flexia' ); ?>","buttonPosition":"button-only","buttonUseIcon":true,"isSearchFieldHidden":true,"style":{"border":{"width":"0px","style":"none","radius":"0px"},"layout":{"selfStretch":"fit","flexSize":null}},"textColor":"Heading","className":"header-search is-style-flexia-minimal-search","fontSize":"small"} /--></div>
<!-- /wp:group --></div>
<!-- /wp:group --></div>
<!-- /wp:group -->
2 changes: 1 addition & 1 deletion patterns/main-sidebar.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
?>
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|30","right":"var:preset|spacing|30"},"blockGap":"var:preset|spacing|30"},"border":{"radius":"8px"}},"backgroundColor":"secondary","layout":{"type":"constrained"}} -->
<div class="wp-block-group has-secondary-background-color has-background" style="border-radius:8px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)"><!-- wp:search {"label":"Search","showLabel":false,"placeholder":"Search blog","buttonText":"Search","buttonPosition":"button-inside","buttonUseIcon":true} /-->
<div class="wp-block-group has-secondary-background-color has-background" style="border-radius:8px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)"><!-- wp:search {"label":"<?php echo esc_attr_x( 'Search', 'search button label', 'flexia' ); ?>","showLabel":false,"placeholder":"<?php echo esc_attr_x( 'Search', 'search button label', 'flexia' ); ?>","buttonText":"<?php echo esc_attr_x( 'Search', 'search button text', 'flexia' ); ?>","buttonPosition":"button-inside","buttonUseIcon":true} /-->

<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|x-small"}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->
Expand Down
2 changes: 1 addition & 1 deletion patterns/post-page-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<!-- wp:group {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} -->
<div class="wp-block-group"><!-- wp:paragraph {"fontSize":"small"} -->
<p class="has-small-font-size"><?php echo esc_html_x( 'Home', 'Message to convey header content', 'flexia' ); ?></p>
<p class="has-small-font-size"><?php echo esc_html_x( 'Home', 'Message to convey page header content', 'flexia' ); ?></p>
<!-- /wp:paragraph -->

<!-- wp:paragraph -->
Expand Down
2 changes: 1 addition & 1 deletion patterns/posts-list.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- wp:post-date {"fontSize":"small"} /--></div>
<!-- /wp:group -->

<!-- wp:post-excerpt {"moreText":"Read More","excerptLength":30} /--></div>
<!-- wp:post-excerpt {"moreText":"<?php echo esc_attr_x( 'Read More', 'Read More button text', 'flexia' ); ?>","excerptLength":30} /--></div>
<!-- /wp:group --></div>
<!-- /wp:group -->
<!-- /wp:post-template -->
Expand Down
6 changes: 3 additions & 3 deletions patterns/pricing.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Title: Pricing
* Slug: flexia/pricing
* Categories: flexia
*/

Check failure on line 6 in patterns/pricing.php

View workflow job for this annotation

GitHub Actions / WPCS

There must be exactly one blank line after the file comment

Check failure on line 6 in patterns/pricing.php

View workflow job for this annotation

GitHub Actions / WPCS

Missing @Package tag in file comment
?>
<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|50","bottom":"var:preset|spacing|60","left":"var:preset|spacing|30","right":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->
<div id="pricing" class="wp-block-group" style="padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--30)"><!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|xx-small"}},"layout":{"type":"constrained"}} -->
Expand All @@ -24,8 +24,8 @@
<div class="wp-block-columns alignwide"><!-- wp:column -->
<div class="wp-block-column"><!-- wp:group {"style":{"spacing":{"padding":{"bottom":"var:preset|spacing|40","left":"0","right":"0"}},"border":{"radius":"4px"}},"className":"hover-box-shadow is-style-flexia-hover-shadow","layout":{"type":"constrained"}} -->
<div class="wp-block-group hover-box-shadow is-style-flexia-hover-shadow" style="border-radius:4px;padding-right:0;padding-bottom:var(--wp--preset--spacing--40);padding-left:0"><!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|x-small","bottom":"var:preset|spacing|x-small","left":"var:preset|spacing|x-small","right":"var:preset|spacing|x-small"}},"border":{"radius":"4px"}},"backgroundColor":"button-background","layout":{"type":"constrained"}} -->
<div class="wp-block-group has-button-background-background-color has-background" style="border-radius:4px;padding-top:var(--wp--preset--spacing--x-small);padding-right:var(--wp--preset--spacing--x-small);padding-bottom:var(--wp--preset--spacing--x-small);padding-left:var(--wp--preset--spacing--x-small)"><!-- wp:cover {"url":"<?php echo esc_url( get_theme_file_uri( "/assets/images/pricing-bg-1.png" ) ); ?>","dimRatio":0,"customOverlayColor":"#d9d9d9","isUserOverlayColor":true,"focalPoint":{"x":1,"y":1},"minHeight":180,"isDark":false,"style":{"border":{"radius":"16px"}},"layout":{"type":"constrained"}} -->

Check failure on line 27 in patterns/pricing.php

View workflow job for this annotation

GitHub Actions / WPCS

String &quot;/assets/images/pricing-bg-1.png&quot; does not require double quotes; use single quotes instead
<div class="wp-block-cover is-light" style="border-radius:16px;min-height:180px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-0 has-background-dim" style="background-color:#d9d9d9"></span><img class="wp-block-cover__image-background" alt="" src="<?php echo esc_url( get_theme_file_uri( "/assets/images/pricing-bg-1.png" ) ); ?>" style="object-position:100% 100%" data-object-fit="cover" data-object-position="100% 100%"/><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"padding":{"top":"0","bottom":"0","left":"0","right":"0"},"blockGap":"0"}},"layout":{"type":"constrained"}} -->

Check failure on line 28 in patterns/pricing.php

View workflow job for this annotation

GitHub Actions / WPCS

String &quot;/assets/images/pricing-bg-1.png&quot; does not require double quotes; use single quotes instead
<div class="wp-block-group" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:heading {"level":4,"textColor":"body-white","fontSize":"medium"} -->
<h4 class="wp-block-heading has-body-white-color has-text-color has-medium-font-size"><?php echo esc_html_x( 'Standard', 'Message to convey pricing content', 'flexia' ); ?></h4>
<!-- /wp:heading -->
Expand Down Expand Up @@ -76,7 +76,7 @@

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"Heading","textColor":"body-white","width":100,"style":{"elements":{"link":{"color":{"text":"var:preset|color|body-white"}}}}} -->
<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-body-white-color has-heading-background-color has-text-color has-background has-link-color wp-element-button">Get Started</a></div>
<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-body-white-color has-heading-background-color has-text-color has-background has-link-color wp-element-button"><?php esc_html_e( 'Get Started', 'flexia' ); ?></a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:group --></div>
Expand Down Expand Up @@ -154,7 +154,7 @@

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"Heading","textColor":"body-white","width":100,"style":{"elements":{"link":{"color":{"text":"var:preset|color|body-white"}}}}} -->
<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-body-white-color has-heading-background-color has-text-color has-background has-link-color wp-element-button">Get Started</a></div>
<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-body-white-color has-heading-background-color has-text-color has-background has-link-color wp-element-button"><?php esc_html_e( 'Get Started', 'flexia' ); ?></a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:group --></div>
Expand Down Expand Up @@ -216,7 +216,7 @@

<!-- wp:buttons -->
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"Heading","textColor":"body-white","width":100,"style":{"elements":{"link":{"color":{"text":"var:preset|color|body-white"}}}}} -->
<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-body-white-color has-heading-background-color has-text-color has-background has-link-color wp-element-button">Get Started</a></div>
<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-body-white-color has-heading-background-color has-text-color has-background has-link-color wp-element-button"><?php esc_html_e( 'Get Started', 'flexia' ); ?></a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:group --></div>
Expand Down
4 changes: 2 additions & 2 deletions patterns/search-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<!-- /wp:column -->

<!-- wp:column {"width":"66.66%"} -->
<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:query {"queryId":9,"query":{"perPage":10,"pages":0,"offset":"0","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"align":"wide","layout":{"type":"default"}} -->
<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:query {"query":{"perPage":10,"pages":0,"offset":"0","postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":true},"align":"wide","layout":{"type":"default"}} -->
<div class="wp-block-query alignwide"><!-- wp:query-no-results -->
<!-- wp:paragraph {"placeholder":"Add text or blocks that will display when a query returns no results."} -->
<p><?php echo esc_html_x( 'No posts were found.', 'Message to convey search page content', 'flexia' ); ?></p>
Expand All @@ -58,7 +58,7 @@
<!-- wp:post-terms {"term":"category","style":{"elements":{"link":{"color":{"text":"var:preset|color|text"}}}},"textColor":"text","fontSize":"small"} /--></div>
<!-- /wp:group -->

<!-- wp:post-excerpt {"moreText":"Read More","excerptLength":40} /--></div>
<!-- wp:post-excerpt {"moreText":"<?php echo esc_attr_x( 'Read More', 'Read More button text', 'flexia' ); ?>","excerptLength":40} /--></div>
<!-- /wp:group --></div>
<!-- /wp:group -->
<!-- /wp:post-template -->
Expand Down
Loading
Loading