We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Viewing a Query block that has trending set for the source results in an error on the front end if parsely is not set up.
set up a Query block and in the code view set orderby to trending
<div class="wp-block-wp-curate-query"><!-- wp:post-template --> <!-- wp:wp-curate/post --> <div class="wp-block-wp-curate-post"><!-- wp:columns {"isStackedOnMobile":false} --> <div class="wp-block-columns is-not-stacked-on-mobile"><!-- wp:column {"width":"60%"} --> <div class="wp-block-column" style="flex-basis:60%"><!-- wp:post-title {"level":3,"isLink":true} /--> <!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","flexWrap":"wrap"}} --> <div class="wp-block-group"><!-- wp:post-date {"format":"M j, Y g:i A", "timediff": true} /--> <!-- wp:mediaco/primary-term {"isLink":false} /--></div> <!-- /wp:group --></div> <!-- /wp:column --> <!-- wp:column {"width":"40%"} --> <div class="wp-block-column" style="flex-basis:40%"><!-- wp:post-featured-image {"isLink":true,"aspectRatio":"16/9","style":{"layout":{"selfStretch":"fixed","flexSize":"50%"}}} /--></div> <!-- /wp:column --></div> <!-- /wp:columns --></div> <!-- /wp:wp-curate/post --> <!-- /wp:post-template --></div> <!-- /wp:wp-curate/query -->
make sure parsely is not configured. view it on the front end.
No response
The text was updated successfully, but these errors were encountered:
This was fixed by #160
Sorry, something went wrong.
mogmarsh
No branches or pull requests
Description of the bug
Viewing a Query block that has trending set for the source results in an error on the front end if parsely is not set up.
Steps To Reproduce
set up a Query block and in the code view set orderby to trending
make sure parsely is not configured.
view it on the front end.
Additional Information
No response
The text was updated successfully, but these errors were encountered: