Locomotive CMS: Dynamically Target content_types with Liquid Variable
问题 I'm building a custom navigation snippet in Locomotive CMS and I want content_type entries to be listed in the navigation along with pages. Specifically (and obviously) I only want entries listed if the content_type has a content_type_template set up. My plan was to set a handle (refereneced here but ultimately missing from the documentation) on the content_type_template page and then run the following logic when iterating through pages: {% assign myContentType = loopPage.handle %} {% for