get_content and entries fieldtype #5198
-
I'm using the On my
On
I'd like to use that on the I can see in the
Is there an additional step to get this working? Running 3.2.32 UPDATEThis works... Even though the docs say the
Have I misunderstood the docs? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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.
As you are fetching from another page using a url instead of a fieldtype you still need the |
Beta Was this translation helpful? Give feedback.
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.
As you are fetching from another page using a url instead of a fieldtype you still need the
{{ get_content }}
tag.