Tagged Questions
1
vote
1answer
809 views
wp alchemy multiple image uploader output images to template
I am using wp alchemy to add a custom metabox to my site with multiple image uploader option. This part is working fine, but I have no Idea how to go about outputting the image links to my template. I ...
0
votes
1answer
223 views
using WPalchemy to output custom metabox from homepage template
I am new to php and I am using wpalchemy to create a custom metabox. I want to output the info from the metabox on a template page, not inside a loop. I have tried the following to no avail per the ...