projects
/
WP-Themes
/
DiscoverKZOO.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d813b64
)
remove categories cloud from single.php
author
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 15 Feb 2016 15:57:01 +0000
(10:57 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Mon, 15 Feb 2016 15:57:01 +0000
(10:57 -0500)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
f1cfd54
..
047f1a1
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-6,6
+6,7
@@
<?php } else { ?>
<div id="blog-posts-over" class="small-12 medium-9 columns">
+<!--
<p>Categories</p>
<div id="category-menu">
<ul>
@@
-20,6
+21,7
@@
?>
</ul>
</div>
+-->
<?php } ?>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<div class="row blog-post-container">