function hdca_projects_shortcode() {
$projects = new WP_Query(array(
‘post_type’ => ‘projects’,
‘posts_per_page’ => 9
));
ob_start();
echo ‘
‘;
while ($projects->have_posts()) : $projects->the_post();
$goal = get_field(‘goal_amount’);
$current = get_field(‘current_amount’);
$progress = $goal > 0 ? round(($current / $goal) * 100) : 0;
$status = get_field(‘status’);
$location = get_field(‘location’);
$give_id = get_field(‘give_form_id’);
?>
while ($projects->have_posts()) : $projects->the_post();
$goal = get_field(‘goal_amount’);
$current = get_field(‘current_amount’);
$progress = $goal > 0 ? round(($current / $goal) * 100) : 0;
$status = get_field(‘status’);
$location = get_field(‘location’);
$give_id = get_field(‘give_form_id’);
?>
Report
Block Member?
Please confirm you want to block this member.
You will no longer be able to:
- See blocked member's posts
- Mention this member in posts
- Invite this member to groups
- Message this member
- Add this member as a connection
Please note: This action will also remove this member from your connections and send a report to the site admin. Please allow a few minutes for this process to complete.
Report
You have already reported this .
Responses