Tagged Questions
2
votes
2answers
455 views
Saving multiple checkbox meta data WordPress
Code works!
I have two custom post types: Events and Artists. I'm using WPAlchemy MetaBox PHP class , trying to create a metabox with a series of dynamically created checkboxes (i.e. there will be a ...
0
votes
2answers
368 views
Wordpress CUstom Fields Default Fields in Admin View
I have written a ton of custom fields to use with a template, but they are not showing up immediately in the admin view of the Page/Post and I have to manually type in all of the custom field names.
...
0
votes
4answers
3k views
How would you recommend adding an image as a custom field in WordPress?
I need to add an image to each page in WordPress.
I don't wish to insert it using the WYSIWYG editor, I just need the url as a custom field, which I later use in the template.
I tried using the CFI ...