Skip to content

get_content and entries fieldtype #5198

Discussion options

You must be logged in to vote

If in you home page blueprint you had an Entries fieldtype, you can call the field directly. e.g if your fieldtype was called project you could do the follow.

{{ project }}
    {{ featured_projects }}
        {{ project_location }}
    {{ /featured_projects }}
{{ /project }}

As you are fetching from another page using a url instead of a fieldtype you still need the {{ get_content }} tag.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@stephenmeehanuk
Comment options

Answer selected by stephenmeehanuk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants