Thanks for your reply. I first upload it in a wordpress.com account and use them.
Regards
]]>I had the same problem that Trisha had.
Trisha : I uploaded the same image in ‘Image à la Une’ (sorry my wp is in french), at the bottom of the sidebar in the Admin Post Edition page
I like your plugin better than several similar ones, but I’m having one small issue that I’m hoping you can help with.
My theme does not use the typical upload-and-insert method of adding images, so they don’t exist as ‘attachments’ – rather they are added as a value in a custom field and then place in the appropriate spot with this PHP code:
$values = get_post_custom_values(“Image”); echo $values[0];
Thus they are not showing up where they should be with your plugin.
I’ve tried a couple of modifications to your plugin.php file, but am not having success. Can you tell me how to modify your php file to use my custom field instead of looking for an attachment?
Many thanks!
]]>