Skip to content

Commit

Permalink
fix archive links
Browse files Browse the repository at this point in the history
  • Loading branch information
epylinkn committed Apr 19, 2012
1 parent a24515c commit 8aa4f6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blog/wp-content/themes/agregado/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<?php wp_list_pages('title_li=&depth=1'); ?>
</ul>
</li>
<li><a href="<?php bloginfo('url'); ?>/archives" id="icon-archives" title="Browse Archives">Browse Archives</a></li>
<li><a href="<?php bloginfo('url'); ?>/?page_id=189" id="icon-archives" title="Browse Archives">Browse Archives</a></li>
<li><a href="#" id="icon-search" title="Search">Search</a>
<ul class="children" id="searchmenu">
<li><?php include (TEMPLATEPATH . '/searchform.php'); ?></li>
Expand Down
2 changes: 1 addition & 1 deletion blog/wp-content/themes/agregado/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
?>
</ul>

<a href="<?php bloginfo('url'); ?>/archives" class="button">&laquo;Older Posts</a>
<a href="<?php bloginfo('url'); ?>/?page_id=189" class="button">&laquo;Older Posts</a>
</div><!--END CONTENT-->


Expand Down

0 comments on commit 8aa4f6f

Please sign in to comment.