Title: Multiple widgets
Last modified: August 19, 2016

---

# Multiple widgets

 *  [lavaneur](https://wordpress.org/support/users/lavaneur/)
 * (@lavaneur)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/multiple-wigets/)
 * Hey Friends,
 * I am working with a plug-in named MM Snippet.
 * In Appearance section on widget link, we have list of available widget to be 
   displayed in side bars and an the bottom of the page, the plug-in provides no
   of Snippets to be displayed.
 * Now the problem is that in available widget page only one snippet is shown. Rest
   of the snippets are ignored by a condition in **function wp_list_widgets()**
   
   This function resides in **wp-admin\includes\widgets.php** file.
 * If I comment the below lines, it works great but I am limited to plug-in only.
   **
   if ( in_array( $widget[‘callback’], $done, true ) ) // We already showed this
   multi-widget continue;
 * I can’t touch the wordpress core code.
 * Kindly help me..
 * Thanks in advance…

The topic ‘Multiple widgets’ is closed to new replies.

## Tags

 * [appearance](https://wordpress.org/support/topic-tag/appearance/)
 * [multiple widgets](https://wordpress.org/support/topic-tag/multiple-widgets/)
 * [widgets](https://wordpress.org/support/topic-tag/widgets/)

 * 0 replies
 * 1 participant
 * Last reply from: [lavaneur](https://wordpress.org/support/users/lavaneur/)
 * Last activity: [16 years, 9 months ago](https://wordpress.org/support/topic/multiple-wigets/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
