Blog Sections Open

Using pagetitle Placeholders Inside multiTV Output

How to reference the current resource title inside a multiTV-driven layout without hard-coding it into every item template.

When multiTV is used to build repeated content blocks, teams often need access to one or two values from the current resource context as well. A common example is pagetitle: the repeated block comes from multiTV, but the section heading or inherited label should still come from the parent document.

The clean solution is to pass the parent value into the row template explicitly instead of expecting multiTV to guess it. Keep the repeated data in multiTV, keep the page-level identity in the resource, and join them in the output layer.

Newer post

Importing Structured Data from External Files on a Daily Schedule

A practical pattern for parsing external XML files once per day and turning them into stable data for an Evolution CMS project.

Older post

Customizing Previous and Next Labels in EvoGallery Pagination

How to replace generic pagination labels in EvoGallery with language-specific or project-specific text.