Title: Theme settings on multisite
Last modified: February 1, 2018

---

# Theme settings on multisite

 *  [anaisp](https://wordpress.org/support/users/anaisp/)
 * (@anaisp)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-settings-on-multisite/)
 * Hi!
 * I’m having a problem to get the theme settings values of other blogs on a multisite
   installation.
 * I tried to switch to the needed blog but it keeps returning the current blog 
   values.
 *     ```
       $sites = get_sites();
   
       foreach ($sites as $site) {
       	switch_to_blog($site->blog_id);
       	echo get_theme_mod('blog_description');
       	restore_current_blog();
       }
       ```
   
 * What I am doing wrong ?
 * Thanks for your help !
    -  This topic was modified 8 years, 3 months ago by [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/).

Viewing 1 replies (of 1 total)

 *  [a2hostinglk](https://wordpress.org/support/users/a2hostinglk/)
 * (@a2hostinglk)
 * [8 years, 3 months ago](https://wordpress.org/support/topic/theme-settings-on-multisite/#post-9940421)
 * Please provide some more information on what you are trying to accomplish.

Viewing 1 replies (of 1 total)

The topic ‘Theme settings on multisite’ is closed to new replies.

## Tags

 * [multisite](https://wordpress.org/support/topic-tag/multisite/)

 * In: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
 * 1 reply
 * 2 participants
 * Last reply from: [a2hostinglk](https://wordpress.org/support/users/a2hostinglk/)
 * Last activity: [8 years, 3 months ago](https://wordpress.org/support/topic/theme-settings-on-multisite/#post-9940421)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
