From: Laury GvR Date: Fri, 9 Jun 2017 19:58:21 +0000 (-0400) Subject: Changing the funds anchors to LI in a UL X-Git-Tag: v1.0.0^2~15 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=250770d5213b00271d7567e2d4202d364547ad63;p=WP-Themes%2Fphsacf.git Changing the funds anchors to LI in a UL --- 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 ''; } }