Hi Guys,
I have a site with something like myspace graphics (Stupid images with HTML code for embeding on social profiles).
Web is based on latest wordpress version and template from templateforest.net. Every image is inserted using custom field. I have done Everything I need, but I really don't know how to create the last thing:
On single.php I really want to have previews to (randomly selected) other images. It means write few php lines,which will filter all posts with custom field "Bigimage" and print this images preventing duplicity. Yes, it will be small version, but I think, there's no need to really create smaller version. It's much more simpler to solve it vith parameters width and height of img ;-)
Thank you very much for your help.