🔗 kennytran.com
📍 London, UK
I appended a 'tax_query' to the WP query that runs on the /posts endpoint. Checking if the post has any terms in the taxonomy
Then I can pass in the argument to the endpoint to filter posts
/wp-json/wp/v2/posts?has_taxonomy_term=false
I appended a 'tax_query' to the WP query that runs on the /posts endpoint. Checking if the post has any terms in the taxonomy
Then I can pass in the argument to the endpoint to filter posts
/wp-json/wp/v2/posts?has_taxonomy_term=false
www.figma.com/community/pl...
www.figma.com/community/pl...
Query the WordPress database to find all posts using a specific block.
*Replace 'BLOCKNAME' with your chosen block name.
Query the WordPress database to find all posts using a specific block.
*Replace 'BLOCKNAME' with your chosen block name.
Add a template class to the block editor's body element based on the template of the current page.
Add a template class to the block editor's body element based on the template of the current page.
Query the WordPress database to find all pages that doesn't use the 'default' template
Query the WordPress database to find all pages that doesn't use the 'default' template