I am having a content sharing site where i share themes and gadgets for windows 7.
I am uploading the file using a custom field and storing its value in a custom field named durl.
Now I want to create a separate page called "Download" and when a user visits the posts page and when he clicks the download button, he must be forwarded to a new page where the download must start.
The new page "Download" must get the custom field value "$durl" from the post.
Is it possible? I have done it in codeigniter but no idea how to achieve this using wordpress.
Please guide me on that.
regards, Rias
ID, "durl", $single = true); ?>
But i want to get the durl in a separate page called "Download".. how to get the custom field value in other pages.. – Jun 20 '12 at 13:08