Thread Starter
Jacqui
(@dyntyne)
deSushil,
Thanks for this information! The gallery page is certainly a problem — I will work on it.
My personal website is http://www.jacquelinecieslak.com — just a standard blog site. =) I’m glad you liked the design for Ikaki Niwas!
And again — thank you for taking the time to respond!
I know this is resolved, but I’m having some trouble — maybe one of you encountered the same problem and can let me know how you fixed it?
Here’s what I have:
[Image]
type = file
label = Upload Image
relation = true
<?php $imageid = get_post_meta($post->ID, 'Logo', true);
echo wp_get_attachment_image($imageid, 'image');
?>
The image is displaying fine, but the text from the custom field is displaying right above it, so my page has both “Image: 78” and then the actual image below. The problem would be solved if I could hide the “Image” custom field — or at least I think it would… Do you know how to do this?
Any help would be greatly appreciated!