[Plugin: Custom Field Template] [cft format=0] changes to Array when saving the post
-
Hello !
I have set up cft template 0 and I can see all the custom fields right on a write post-page.
When I put [cft format=0] or [cft] to normal WP-content field, and hit “update page”, content field changes to just display text: “array”. Same “array”-text is also visible when I see the post in a browser.
Why is that ?
My fields:
[Description]
type = textarea
rows = 8
cols = 60
tinyMCE = false
mediaButton = false
output = true[Content]
type = textarea
rows = 8
cols = 60
tinyMCE = false
mediaButton = false
output = true[Recommended]
type = textfield
size = 35
label = Recommended lessons, type in post ID’s (separate with ,)
output = true[Required]
type = textfield
size = 35
label = Required lessons, type in post ID’s (separate with ,)
output = trueThis is what I have in [cft]-template 0:
<div>
[Description]
[Content]
[Recommended]
[Required]
</div>I’m using WP2.7.1 and have disabled all the other plugins.
Jukka
- The topic ‘[Plugin: Custom Field Template] [cft format=0] changes to Array when saving the post’ is closed to new replies.