update more links
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 21 May 2015 21:14:12 +0000 (17:14 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 21 May 2015 21:14:12 +0000 (17:14 -0400)
for the blog

archive.php

index 26a2ec1..0f33f9d 100644 (file)
@@ -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 '.';
                                     }