Hi,
hmm, i am not exactly sure what do you mean by “other fragment that only shows a specific category”?
What exactly you would like to show? It would be best if you could post a screenshot that would explain it, thanks.
Show only a specific category and no adverts_list
<figure class=”wp-block-image size-large”>
</figure>
That’s what I mean, that it appears not as adverts_list but as adverts_categories but specific categories for each row
Ok, so for example if you have two categories:
– “Electricity, audio and video” with ID = 100
– “School supplies” with ID = 200
Then you can have a similar display like in your screenshot with the below code
Electricity, audio and video
[adverts_list category="100" show_pagination="0" search_bar="disabled" posts_per_page="4" display="grid"]
School supplies
[adverts_list category="200" show_pagination="0" search_bar="disabled" posts_per_page="4" display="grid"]
More [adverts_list] params you can find here https://wpadverts.com/doc/creating-ads-list-adverts_list/