<input class="submit blogbutton" type="submit" name="submit" value="Search the Blog" />
<input type="hidden" name="searchType" value="blog" /> </div>
</form>
- <p>Recent Posts</p>
+ <h5>Recent Posts</h5>
<ul>
<?php
$args = array( 'numberposts' => '5' );
}
?>
</ul>
- <p>Archive</p>
+ <h5>Archive</h5>
<ul><?php wp_get_archives( array( 'type' => 'monthly', 'limit' => 12 ) ); ?></ul>
- <p>Categories</p>
+ <h5>Categories</h5>
<ul>
<?php
$args = array(