Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Sidebar Update
-Swapped two category titles
  • Loading branch information
briandunnigan authored and briandunnigan committed Feb 4, 2016
1 parent a032be8 commit 84328de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions sidebar.php
Expand Up @@ -10,7 +10,7 @@


<aside id="archives" class="widget">
<h3 class="widget-title"><?php _e( 'Neag News Archives', 'cs' ); ?></h1>
<h3 class="widget-title"><?php _e( 'Explore by News Category', 'cs' ); ?></h1>
<ul>

<?php
Expand Down Expand Up @@ -61,11 +61,10 @@
</aside>

<aside id="categories" class="widget">
<h3 class="widget-title">Explore by News Category</h1>
<h3 class="widget-title">Neag News Archives</h3>
<ul>
<?php wp_get_archives( array(
'type' => 'monthly',
'limit' => '6'
'type' => 'monthly'
) ); ?>
</ul>
</aside>
Expand Down

0 comments on commit 84328de

Please sign in to comment.