Editor/Content Field
-
I see you have a ton of questions so sorry if this is a dumb one, but can’t seem to figure it out.
How do I display the content/editor field? In the reference dashboard, it looks like these are the default fields that are supported for type=”post” :
[loop type=”post”]
ID: [content field=”ID”]
Date: [content field=”date”]
Author: [content field=”author”]
Title: [content field=”title”]
Slug: [content field=”slug”]
URL: [content field=”url”]
Excerpt: [content field=”excerpt”]
Thumbnail: [content field=”thumbnail”]
Image: [content field=”image”]
[/loop]I know I can display the content by just doing [content name=”hello-world”], but what if I wanted to do something like the above loop and also include default content. I’ve tried these but none seem to work:
Content: [content field=”content”]
Content: [content field=”editor”]
Content: [content field=”default”]
Content: [content field=”main”]
The topic ‘Editor/Content Field’ is closed to new replies.