mirror of
https://github.com/kennethreitz-archive/kennethreitz-theme.git
synced 2026-06-05 07:26:14 +00:00
Fixed Article Archive link.
This commit is contained in:
@@ -64,7 +64,7 @@ $featured_id = 0;
|
||||
</dd>
|
||||
<?php endwhile; wp_reset_query(); ?>
|
||||
</dl><!-- .containsArticles -->
|
||||
<p><a href="<?php echo (defined('WP_SITEURL'))? WP_SITEURL: get_bloginfo('url'); ?>/articles/"><?php _e('All Articles'); ?></a></p>
|
||||
<p><a href="<?php echo (defined('WP_SITEURL'))? WP_SITEURL: get_bloginfo('url'); ?>/blog/archive/"><?php _e('All Articles'); ?></a></p>
|
||||
</section><!-- G4 GR -->
|
||||
<?php endif; ?>
|
||||
<hr class="implied" />
|
||||
|
||||
Reference in New Issue
Block a user