How to change WP Query to display related posts
I wrote the code and it works but when I add another Query Loop block (latest posts) to that page it shows the related posts. That happens because although your filter callback is registered only when blockName is related-posts, the query_loop_block_query_vars hook still applies globally to all Query Loop blocks rendered after that. How do … Read more