The wpalchemy tag has no wiki summary.
0
votes
1answer
32 views
how to use a single checkbox with wpalchemy?
I can find some little example on using multiple checkboxes, but no one about using a single checkbox in a wpalchemy metabox. Anyone can help me please?
No docs about this topic on the wpalchemy ...
0
votes
1answer
268 views
problem saving/ retrieving custom meta with wp alchemy metabox
I am using WPalchemy metabox class to add a extra meta field to the pages editor which will allow me to attach galleries to pages. I use the class:
$gallery_metabox = new WPAlchemy_MetaBox(array(
...
0
votes
1answer
251 views
Issue displaying multiple TinyMCE editors with WPAlchemy
I have a custom post type with a WPAlchemy admin meta box class including multiple textareas with TinyMCE editors(for adding content to the custom post template). I've gotten the editors to display ...
1
vote
0answers
193 views
WPAlchemy: How to output values?
I am using http://www.farinspace.com/wpalchemy-metabox/ and have created my meta boxes and the data is being saved successfully (See below) but I don't know how to output these 'ingredients' on the ...
1
vote
0answers
246 views
Get post titles into WPAlchemy metabox as check boxes
I'm using WPAlchemy to create meta boxes. What I want to do to to dynamically create a group of check boxes with post titles.
In other words, I want to replace a, b and c with the query of post ...