Hi Petra.
Indeed, your solution was really the best. Sometimes we are conditioned to do things so automatically that we can not think about other ways to do the same thing.
I really appreciate your help and time.
Thank you so much!
Hi Petra!
I really think this could be help someone else, so let´s use this topic ok?
I already use “Custom Fields” on the site http://www.hamburgueresgourmet.com.br.
But, I “use to use” in a different way … for example: <img src="<?php echo get_option('home'); ?>/<?php $key="slideShow";echo get_post_meta($post->ID,$key, true); ?>" alt="<?php the_title();?>" title="<?php the_title();?>" />
So, the URL is already printed on the code. When I use the “Custom Field” on the plugin, it only print the $key=”slideShow” value … not the URL.
Thinking better now, the way you told is really a good use … but I do the other way …
Is there a way to make this work?
And please, pardon me for my english \o