Hey @gamicord I was just browsing the forums as this came through ??
Right now without coding, you won’t be able to achieve those dynamic elements yet. It’s on our todo for a big update coming out next year.
However, there is a route that involves some coding.
We have WP hooks so that you can replace the html content of any element in a layout:
https://customlayouts.com/documentation/action-filter-reference/ – the hook you probably want is the last example custom-layouts/element/render_output
So you could then use the appropriate PODs function to pull its data and modify your element with the content you want.
Hopefully these answers will clarify a few things:
1. Yup this will work
2. We don’t have dynamic content yet (only custom fields), but you could use one of those hooks I mentioned to add the image to the taxonomy element.
3. PODs taxonomies are regular taxonomies, so you can show this using our taxonomy element.
4. We have an excerpt element
5. Planned in a update also, but for now, you’d have to use a hook to add the image
6. Not sure on this, my guess this is saved as a custom field, and we support date based custom fields… So you would need to find out the custom field (aka post meta) key – my guess it’ll be there unless they are using custom tables
For the next two questions:
1. So with the above in mind (the design elements you can’t achieve), you would design your template using our template editor (its drag and drop and based on / integrated with gutenberg – but you can use it with any page builder
https://customlayouts.com/documentation/templates/
2. You would use our layouts to build the archive style layout:
https://customlayouts.com/documentation/layouts/
Then depending on what you are using, you can add (and create) a layout via a block, or via our admin page, and use a shortcode to drop that in somewhere (eg, if using Elementor)
Right now, you’ve highlighted a ton of features we don’t have, and would love to have…
We’re making progress, but the first thing we want to tick off is full support for gutenberg blocks (so you can add any block to our templates) – this would allow for rows and columns, and all kinds of dynamic blocks (I know ACF has some, assume PODs might have some too) – and that is going to take some time.
Anyway, I hope all that helps – I’m guessing our plugin is probably not ready for your needs just yet.
Best