From 5c902c7d2c6da1da2b046ad4a8e7d79cd8c18df3 Mon Sep 17 00:00:00 2001 From: synapcs Date: Wed, 18 May 2016 20:18:24 +0530 Subject: [PATCH 1/3] some code added idc_lightbox_general --- .../wp-content/themes/backer/single-ignition_product.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/wordpress/wp-content/themes/backer/single-ignition_product.php b/wordpress/wp-content/themes/backer/single-ignition_product.php index 41ae9118..191cca52 100644 --- a/wordpress/wp-content/themes/backer/single-ignition_product.php +++ b/wordpress/wp-content/themes/backer/single-ignition_product.php @@ -16,6 +16,9 @@ $project_description = get_post_meta( $post->ID, 'ign_project_description', true ); $project_long_description = get_post_meta( $post->ID, 'ign_project_long_description', true ); $ign_product_level_count_2 = get_post_meta( $post->ID, 'ign_product_level_count_2', true ); + $ign_fund_goal = get_post_meta( $post->ID, 'ign_fund_goal', true ); + $ign_fund_raised = get_post_meta( $post->ID, 'ign_fund_raised', true ); + $ign_days_left = get_post_meta( $post->ID, 'ign_days_left', true ); $about_project = get_post_meta( $post->ID, 'ign_about_project', true ); $who_is_installing = get_post_meta( $post->ID, 'ign_who_is_installing', true ); @@ -247,11 +250,11 @@