From 250770d5213b00271d7567e2d4202d364547ad63 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 9 Jun 2017 15:58:21 -0400 Subject: [PATCH] Changing the funds anchors to LI in a UL --- lib/funds.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/funds.php b/lib/funds.php index 8d3edc1..9b1e82b 100644 --- a/lib/funds.php +++ b/lib/funds.php @@ -127,10 +127,12 @@ function funds_shortcode($atts) $loop = new WP_Query($args); if($loop->have_posts()) { echo '

'.$custom_term->name.'

'; - + echo ''; } } -- 2.17.1