projects
/
WP-Plugins
/
michsci-products.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b875e6
)
removed test print statement
author
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 2 Feb 2016 17:54:54 +0000
(12:54 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Tue, 2 Feb 2016 17:54:54 +0000
(12:54 -0500)
index.php
patch
|
blob
|
history
diff --git
a/index.php
b/index.php
index
0a0e320
..
3a79d1c
100644
(file)
--- a/
index.php
+++ b/
index.php
@@
-448,7
+448,6
@@
function michsci_shortcode($atts)
if(!$name){
$name = "ALL PRODUCTS";
}
- echo $name;
global $wp;
echo '<form id="catSubmit" action=""><div class="row catSearch"><div id="viewBtns" class="12-small medium-3 columns"> <button id="grid" type="button">Grid</button> <button id="list"type="button">list</button>
<span id="productSearch"><a href="' . get_permalink(510) . '"> Search Products </a></span></div><div id="catDropdown" class="small-12 medium-4 columns">';