Title: edit widget php
Last modified: August 20, 2016

---

# edit widget php

 *  Resolved [Ryan Kanner](https://wordpress.org/support/users/ryankanner/)
 * (@ryankanner)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/edit-widget-php/)
 * I have an interesting widget issue. I am trying to make two widgets half of the
   size and next to each other. Like the categories widget and the blogroll widget
   on this site:
    [http://www.dailybitesblog.com/](http://www.dailybitesblog.com/)
 * I can’t do this in the css because all of the widgets have the same id, so i’m
   thinking I need to edit the php function for each of the widgets, but I don’t
   know where to do this.

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/edit-widget-php/#post-2340433)
 * check the codex chapter for ‘register_sidebar()’ for how to add individual css
   ids to each widget:
 * [http://codex.wordpress.org/Function_Reference/register_sidebar](http://codex.wordpress.org/Function_Reference/register_sidebar)
 * `'before_widget' => '<li id="%1$s" ......`
 * look into functions.php of your theme for the register_sidebar code.
 *  Thread Starter [Ryan Kanner](https://wordpress.org/support/users/ryankanner/)
 * (@ryankanner)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/edit-widget-php/#post-2340508)
 * this worked! thanks!

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

The topic ‘edit widget php’ is closed to new replies.

## Tags

 * [editing](https://wordpress.org/support/topic-tag/editing/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [Ryan Kanner](https://wordpress.org/support/users/ryankanner/)
 * Last activity: [14 years, 7 months ago](https://wordpress.org/support/topic/edit-widget-php/#post-2340508)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
