We add video using shortcode how get video details? please help
]]>Dear eventualo
Pugin is very well
Please let me know how to add another field called phone for subscription form.
Is Possible to add?
let me know instructions please…..
]]>Custom Fields 302 is not saving the fields, and not showing any message or error.
]]>Hi,
I have a blog with 7 authors. Normally they write a post by person, but now the want to write together. So one post will have two o three authors.
I don’t want to use a plugin. So, I think the best option will be to add custom fields to the post.
My structure will be:
1 post with Author1, Author2, Author3. Every Author name will have a url to their own page, because I want to display authors pages individually with the title, date and excerpt of every post they have written.
I know how to put the custom fields in the single and in the tags page, but I have not idea how to create a page for every author. I suppose I have to call the value of the custom fields. But I don’t know how, because of these post that have two o three authors. I have found this, but is not really what I need:
https://www.ads-software.com/support/topic/list-posts-by-key?replies=22#post-385388
]]>Hi there, Loving the Custom fields plugin for adding new content areas to a page!, I just need to resolve this problem.
I have added several Editor Light elements to a page, and have entered the content. If I look at that content in the HTML viewer I is showing <p></p> as you would expect. these are not propagating to the front end though. If I look at the source, the content is not surrounded by <p></p>.
The code I am using to display in my theme is:
<?php $event = get_post_meta($post->ID, ‘t1’, true); if($event != ”){ echo ‘<div class=”contentColumn”>’ .$event. ‘</div>’; } ?>
Any help would be greatly appreciated!
]]>Hello,
This plugin is great, but I have one maybe even “simple” question.
When I call the custom fields, I do it like this:
<?php echo get_post_meta($post->ID,'customfield',true);
But when I try to get the value from a text-editor -customfield it doesn’t apply paragraphs to the text.
How can I make that work? Hoping for help.
]]>I resolved the checked radio BUG, in my WP wasn’t working.
I solved on the file custom-fields\composants\radio.php line 12
$entries = is_array($entries) ? $entries[0] : $entries;
I do not speak very good English. I installed plugin and the custom field, and I create a widget where the data will be all I want it to be displayed in my blog post.
1. https://awesomescreenshot.com/095ahnab7
When adding a new entry to me and I leave the field to show in my blog as well: https://awesomescreenshot.com/0c3ahnm86
And now I want the information age, is shown in the post and does not leave, do not know how to insert it into the wordpress template, try to make what follows, but not out.
<p><?php echo get_fieldmeta( $post_id = null, $name = null, $alone = true); ?></p>
Do not leave old data in the post….
https://awesomescreenshot.com/093aho698
Help please!!!
]]>I need something to create custom fields, this would not have done what I need anyway, but, it still doesn’t work. The items to be dragged, won’t drag to their sidebar
]]>Hi,
I am trying to create a template in which every page can have a different header image, background image en foreground and background colour.
After a search of whats seems to be years, I found Custom Fields, a plugin which seems to be good for me.
Setting the different fields works perfect! The problem is, the plugin does not save the information I give it on the edit page page.
Do you have a solution for this?
Thanks,
Irian
is it possible to write php code into custom fields?
If yes, then How?
Any help would be appreciated.
Thnaks a lot.
Arpita