Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
David Ellis
0 points
Beginner
I need to modify this file so that all listings use this method. I know there is an option in settings to set this as the default but this ONLY works if you are submitting listings from the front end and I am not doing this (I am populating them using gravity forms)
I need to modify this file so that all listings use this method. I know there is an option in settings to set this as the default but this ONLY works if you are submitting listings from the front end and I am not doing this (I am populating them using gravity forms)
this is the code I think I need to modify
// GET DOWNLOAD OPTIONS
$download_ops = get_post_meta($post->ID,’download_ops’,true);
if(!is_array($download_ops)){ $download_ops = array(); }
Members Only Content
This reply is for PremiumPress customers only.
Login Now