Guest User

Untitled

a guest
Dec 11th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. <!--<?php include (TEMPLATEPATH . '/searchform.php'); ?>
  2. <label for="s">Search</label>
  3. <input type="text" value="" name="s" id="s" />
  4. <input type="submit" id="searchsubmit" value="GO" /> --!>
  5. </form>-->
  6. <div id="sidebar">
  7. <h3>Category</h3>
  8. <ul class="ul-cat">
  9. <?php wp_list_categories('show_count=1&title_li='); ?>
  10. </ul>
  11. <h3>Archives</h3>
  12. <ul class="ul-archives">
  13. <?php wp_get_archives('type=monthly'); ?>
  14. </ul>
  15. </div>
Add Comment
Please, Sign In to add comment