I'm having trouble getting FFE to work with my custom fields.
Here's the code: http://pastebin.com/rS5p8spr
The title is editable but non of the custom fields that get echoed out are. Thanks for your help!
I'm having trouble getting FFE to work with my custom fields.
Here's the code: http://pastebin.com/rS5p8spr
The title is editable but non of the custom fields that get echoed out are. Thanks for your help!
Check out editable_post_meta.
editable_post_meta($post->ID, ‘my_key’, ‘textarea’);
You rock! That seems to work great, thanks!
editable_post_meta isn't letting me make that area editable on the front end. I've used the code you have posted.
Thanks.
There were some curly quotes in what I posted. This might help?
editable_post_meta($post->ID, 'my_key', 'textarea');
I've had some trouble with line breaks, and this code has worked for me:
echo wpautop( editable_post_meta(get_the_ID(), 'publications', 'rich', false) );
The problem is that the text is showing up, but it's not editable.
Does that make sense?
Thanks.
In the Front-end Editor settings, you may need to enable:
Enable or disable editable fields --> Post custom fields
Ok, now I just feel dumb. I did everything but that...
Don't tell anyone about this... ha
Works now.
Thanks so much!
it can be our secret. :)
This topic has been closed to new replies.