Problems, need help? Have a tip or advice? Post it here.
4 posts Page 1 of 1
How do I dynamically list related posts instead of manually selecting them inside the admin page? Thank you
I am sorry but that won't be possible without using an addon (which we don't have yet).
dynamically list related posts

You can dynamically show similar posts (as in ecommerce sites), selected by <cms:pages> after some criteria (for example, same author or editable field has certain content). What I mean here doesn't require establishing a "relation" editable.

Alternatively, once you have a list of desired posts that match your criteria, it is possible to get their IDs. In case you do have a "relation" editable, it is possible to auto-assign known ids to a post. Such operation can be performed by <cms:db_persist /> tag.
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
:D Trendoman, I'm lost. Maybe a working example with some explanation will do.
4 posts Page 1 of 1