Title: Widgetizing a theme&#8230;
Last modified: August 19, 2016

---

# Widgetizing a theme…

 *  Resolved [ventvox](https://wordpress.org/support/users/ventvox/)
 * (@ventvox)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/widgetizing-a-theme-2/)
 * I am not sure how to go about getting this sidebar widget ready… could someone
   help? [http://www.heggoodtree.com](http://www.heggoodtree.com)
 *     ```
       <div class="box">
       <h2>Categories</h2>
       ```
   
    -  <?php //list_cats(0, '', 'name', 'asc', '', 1, 0, 0, 1, 1, 1, 0,'','','','','');
      wp_list_cats( 'hierarchical=1' ); ?>
 *  </div> <div class="box"> <h2>Last Entries</h2>
    -  <?php wp_get_archives('type=postbypost&limit=12'); ?>
 *  </div> <div class="box"> <h2>Archive</h2>
    -  <?php get_archives('monthly', '', 'html', '', ''); ?>
 *  </div> <div class="box"> <h2>Meta</h2>
    -  <?php wp_register(); ?>
    - <?php wp_loginout(); ?>
    - ["><?php _e('Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr>'); ?>](http://validator.w3.org/check/referer)
    - [<abbr title="XHTML Friends Network">XFN</abbr>](http://gmpg.org/xfn/)
    -  <?php wp_meta(); ?>
 *  </div> <div class="box">
    -  <?php get_links_list(); ?>
 *  </div>

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [jonimueller](https://wordpress.org/support/users/jonimueller/)
 * (@jonimueller)
 * [17 years, 11 months ago](https://wordpress.org/support/topic/widgetizing-a-theme-2/#post-794860)
 * Insead of posting code and expecting someone to come along and fix it for you(
   do I look like Barbara Eden to you?), did it ever occur to you to SEARCH for 
   your answer? anywhere? at all?
    [http://www.google.com/search?hl=en&q=widgetize+wordpress+theme](http://www.google.com/search?hl=en&q=widgetize+wordpress+theme)
 *  Thread Starter [ventvox](https://wordpress.org/support/users/ventvox/)
 * (@ventvox)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/widgetizing-a-theme-2/#post-794962)
 * [@jonimueller](https://wordpress.org/support/users/jonimueller/)
 * Thank you for your response. A lot of people on here are incredibly intelligent
   and helpful and will sometimes help edit the code, therefore I didn’t mind throwing
   it out there. I ended up figuring it out though…but thanks for making me rethink
   posting in this manner.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Widgetizing a theme…’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [ventvox](https://wordpress.org/support/users/ventvox/)
 * Last activity: [17 years, 10 months ago](https://wordpress.org/support/topic/widgetizing-a-theme-2/#post-794962)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
