From: Anthony Talarico Date: Fri, 18 Dec 2015 21:34:25 +0000 (-0500) Subject: added ids to form and select box X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a2149e60e5172c6604e9f8f83169520694fa85eb;p=WP-Plugins%2Fmichsci-products.git added ids to form and select box --- diff --git a/index.php b/index.php index 8f71cac..3dea9d0 100644 --- a/index.php +++ b/index.php @@ -171,7 +171,7 @@ function michsci_shortcode($atts) extract( shortcode_atts( array( 'limit' => '10' ), $atts ) ); ob_start(); - echo '
+ echo '
'; echo michsci_get_terms_dropdown(); @@ -198,7 +198,7 @@ function michsci_get_terms_dropdown() $taxonomyName = "michsci_category"; $parent_terms = get_terms($taxonomyName, array('parent' => 0, 'orderby' => 'name', 'hide_empty' => false)); - $output =""; // get parent categories foreach ($parent_terms as $parent){