Hi Earl_D,
there is no special block in Easy Quotes from my side, but because Quotes is a Custom Post Type, you can simply use the standard WordPress “Query Loop”-Block to show eg only titles.
With wordpress block themes you can also create a Archives/Index-Page (index page) for all of your Quotes… Appearance->Editor->Templates->Add Template -> Category Archives (quote-category).
Hope that helps.
Jürgen
Thread Starter
Earl_D
(@earl_d)
Thanks for the quick reply. Can the same be applied to categories or the author field?
If you have a Query Loop you can just insert the standard WordPress block (THEME -> Categories). You just need to find out which of those 2 or more “Categories”->Blocks is the right one. WordPress generates this by default for custom posttype taxonomies…
For the “Author” / “Date” or “Rating” custom meta fields you need an extra plugin. With my “Easy Architect” Plugin you can display any custom meta just in a normal paragraph block. But you can also try eg “Meta Field Block” Plugin.
Hope that helps.