Comments on: Having Fun with Query Loop Block https://webdevstudios.com/2023/05/16/query-loop-block/ WordPress Design and Development Agency Mon, 15 Apr 2024 15:54:11 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Alfredo Navas https://webdevstudios.com/2023/05/16/query-loop-block/#comment-161366 Fri, 01 Sep 2023 19:48:48 +0000 https://webdevstudios.com/?p=25658#comment-161366 Hello, Thank you for your feedback on the tutorial. While the current version might not directly support your scenario, Consider using an alternative like the Advanced Query Loop plugin, or a custom solution using filters, and higher-order components (HOCs) to achieve your specific requirement.

These links can help:
https://wordpress.org/plugins/advanced-query-loop/
https://legacy.reactjs.org/docs/higher-order-components.html
https://developer.wordpress.org/block-editor/reference-guides/packages/packages-compose/#createhigherordercomponent
https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/extending-the-query-loop-block/

]]>
By: Sebastas https://webdevstudios.com/2023/05/16/query-loop-block/#comment-161149 Mon, 28 Aug 2023 17:39:33 +0000 https://webdevstudios.com/?p=25658#comment-161149 Great tutorial, a bit difficult for beginners though. I was wondering if this query would be very interesting if could be displayed based on rules. I was trying to display a query loop in a single post page for a specific cpt X, then in the query loop I want to display posts from a cpt Y where it would have a custom field called parentid and the query is filtered where current post id = parentid of the posts in the loop. Would this be possible? Thank you very much.

]]>