Blog Sections Open
Showing Newly Created Documents Immediately in Frontend Lists
Why a document created from a form may exist in the manager but still stay invisible on the site until one more save cycle happens.
When a resource is created through a form workflow, it can appear in the manager immediately but remain absent from the public list until an extra save or publish step completes. This usually means one of the expected resource states is missing at creation time.
Check publication status, cache refresh behavior, and whether the frontend listing expects fields or TVs that are only populated after a later edit. If Ditto is already uncached and the document still does not appear, the problem is usually in the creation flow rather than in the list itself.
Reading a Resource Alias Inside Custom PHP Logic
How to fetch a resource alias safely from the Evolution CMS database or API when a custom PHP form needs to work with canonical document paths.
Using Multiple IF Conditions with ditto_iteration Without Empty Blocks
How to insert layout markup every third Ditto item without creating a broken extra wrapper when the total count divides evenly.