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:
c62015d
)
update more links
author
Steve Sutton
<steve@gaslightmedia.com>
Thu, 21 May 2015 21:14:12 +0000
(17:14 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Thu, 21 May 2015 21:14:12 +0000
(17:14 -0400)
for the blog
archive.php
patch
|
blob
|
history
diff --git
a/archive.php
b/archive.php
index
26a2ec1
..
0f33f9d
100644
(file)
--- a/
archive.php
+++ b/
archive.php
@@
-24,7
+24,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').'/category/'.
$cat->slug .'">'. $cat->name .'</a>';
}
echo '.';
}