2.4k questions

2.4k answers

99.5k users

Categories

0 votes
56 views

What is a query block in WordPress?

in WordPress by (95.8k points)

1 Answer

0 votes

The Query Loop Block is an advanced block that allows you to display posts based on specified parameters; like a PHP loop without the code. In WordPress, The Loop means to display specific data in a repeated manner. Each post generally shows a title, author, date, post content, and comments.

by (95.8k points)
...