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
Exported theme includes QueryId attribute in the template. It should be removed to avoid content issues when theme installed on other sites.
QueryId
<!-- wp:query {"queryId":14,"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},"layout":{"type":"constrained","wideSize":"1400px"}} -->
The text was updated successfully, but these errors were encountered:
I believe that queryIds should be preserved, based on this discussion here: WordPress/wordpress-develop#3899 (comment)
queryId
Sorry, something went wrong.
No branches or pull requests
Exported theme includes
QueryId
attribute in the template. It should be removed to avoid content issues when theme installed on other sites.<!-- wp:query {"queryId":14,"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},"layout":{"type":"constrained","wideSize":"1400px"}} -->
The text was updated successfully, but these errors were encountered: