| 15 | | <?php /* If this is a category archive */ if (is_category()) { ?> |
|---|
| 16 | | <p>You are currently browsing the <a href="<?php echo get_settings('siteurl'); ?>"><?php echo bloginfo('name'); ?></a> weblog archives |
|---|
| 17 | | for the '<?php echo single_cat_title(); ?>' category.</p> |
|---|
| | 15 | <?php /* If this is a category archive */ if (is_category()) { ?> |
|---|
| | 16 | <p><?php printf( __('You are currently browsing the %1$s weblog archives for the \'%2$s\' category.'), '<a href="' . get_settings('siteurl') .'">' . get_bloginfo('name') . '</a>', single_cat_title('', false) ) ?></p> |
|---|