projects
/
WP-Themes
/
Wequetonsing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781720d
)
update url for the category
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 21 May 2015 20:58:11 +0000
(16:58 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 21 May 2015 20:58:11 +0000
(16:58 -0400)
single.php
patch
|
blob
|
history
diff --git
a/single.php
b/single.php
index
0b27efa
..
288950b
100644
(file)
--- a/
single.php
+++ b/
single.php
@@
-23,7
+23,7
@@
foreach($post_categories as $c){
$cat = get_category( $c );
$cats[] = array( 'name' => $cat->name, 'slug' => $cat->slug );
- echo '<a rel="category" title="View all posts in '. $cat->name . ' " href="'. $cat->slug .'">'. $cat->name .'</a>, ';
+ echo '<a rel="category" title="View all posts in '. $cat->name . ' " href="'.
get_bloginfo('url').
$cat->slug .'">'. $cat->name .'</a>, ';
}
}
$post_tags = wp_get_post_tags( get_the_ID() );