Title: Multisite Site Index
Author: Nick Halsey
Published: <strong>11 نومبر 2016</strong>
Last modified: 13 جُولاءِ 2024

---

پلگ انس ڳولھيو

ھي پلگ ان **WordPress جي جديد 3 وڏين رليزز** سان آزمايو نه ويو آھي. اهو ٿي سگهي 
ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي 
وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

![](https://ps.w.org/multisite-site-index/assets/icon.svg?rev=1533066)

# Multisite Site Index

 کان: [Nick Halsey](https://profiles.wordpress.org/celloexpressions/)

[ڊائون لوڊ ڪريو](https://downloads.wordpress.org/plugin/multisite-site-index.zip)

 * [تفصيل](https://snd.wordpress.org/plugins/multisite-site-index/#description)
 * [جائزو](https://snd.wordpress.org/plugins/multisite-site-index/#reviews)
 *  [تنصيب](https://snd.wordpress.org/plugins/multisite-site-index/#installation)
 * [ترقي](https://snd.wordpress.org/plugins/multisite-site-index/#developers)

 [سھائتا](https://wordpress.org/support/plugin/multisite-site-index/)

## وضاحت

Display an index of all sites on a multisite network with a widget or a shortcode(`[
site-index]`). The site icon, title, and tagline are displayed by default. You can
customize the display with CSS, allowing for multiple-column layouts, hiding some
of the information, removing list styles, or other changes over how your theme displays
them. Some examples are included in the FAQ.

## تصوير

[⌊Slightly customized display in a sidebar widget.⌉⌊Slightly customized display 
in a sidebar widget.⌉[

Slightly customized display in a sidebar widget.

[⌊Two-column display in a shortcode, with custom CSS available in the FAQ.⌉⌊Two-
column display in a shortcode, with custom CSS available in the FAQ.⌉[

Two-column display in a shortcode, with custom CSS available in the FAQ.

[⌊Full-width three-column display in a footer widget area.⌉⌊Full-width three-column
display in a footer widget area.⌉[

Full-width three-column display in a footer widget area.

## انسٽاليشن

 1. Take the easy route and install through the WordPress plugin installer, or,
 2. Download the .zip file and upload the unzipped folder to the `/wp-content/plugins/`
    directory
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. Add the `[site-index]` shortcode to a post, or add a site list widget to a sidebar

## FAQ

### Exclude sites

Sites can be hidden from the list by adding an `excluded` argument to the shortcode,
or with the option in the widget settings. Use a comma-separated list of site IDs.
To find a site’s ID, look at the url for editing a site in the network admin. For
example, the shortcode would be `[site-index excluded="11,14,15,16"]`.

### Showing more that 100 sites

On networks with more than 100 sites, a number of sites option is available. Keep
in mind that showing more sites may cause issues with server/database resources 
on very large networks. Shortcode usage: `[site-index number="200"]`.

### Layout looks broken

This plugin does its best to work with every theme out of the box, but you may need
to make tweaks to make it look better. Use the CSS functionality in the customizer(
available in WordPress 4.7 and newer) to style the list container `.site-index`,
the individual site list item containers `.site-index .site`, or individual elements
such as `.site-index-site-title`, `.site-index-site-tagline`, or `site-index-site-
icon`. A few complete examples follow.

### Display sites in columns

To display the site index in multiple columns, add this CSS in the customizer (using
WordPress 4.7 or newer):

    ```
    .site-index .site {
        width: 48%;
        float: left;
        margin: 0 2% 1em 0;
        padding: 0;
    }

    ul.site-index {
        list-style: none;
        margin: 1em 0;
        padding: 0;
        overflow: hidden;
    }
    ```

### Make descriptions smaller

.site-index .site-index-site-tagline {
 font-size: .8em; }

### Align icons with site titles

There are two ways to make sure the height of the icon matches the height of the
site title – changing the icons to match the font size (Requires knowing the line-
height used by your theme):

    ```
    .site-index .site-index-site-icon {
        height:1.5em;
        width: 1.5em;
    }
    ```

Or, you can set the font size and line height of the titles to match the icons:

    ```
    .site-index .site-index-site-title {
        font-size: 24px;
        line-height: 32px;
    }
    ```

### Hide bullet points from the index list

.site-index {
 list-style: none; }

    ```
    .site-index .site {
        margin: 1em 0 0 0;
    }
    ```

## جائزا

![](https://secure.gravatar.com/avatar/50c101f4d9be877802d44713e653b7ee3306990c73a8daa836608bfa2bf2dcba?
s=60&d=retro&r=g)

### 󠀁[Easy to use](https://wordpress.org/support/topic/easy-to-use-5232/)󠁿

 [angeljs](https://profiles.wordpress.org/angeljs/) 5 جُون 2025

This is a great plugin, deceptively simple. I do think it could do with a few more
options, but for what it is, it’s great, definitely not complaining!

![](https://secure.gravatar.com/avatar/2255652fa591f3cd9c9ec85c3b97c0debf0b5dd2c2390e90c62ef213a34fa7d6?
s=60&d=retro&r=g)

### 󠀁[I like it](https://wordpress.org/support/topic/i-like-it-1001/)󠁿

 [rapidasia](https://profiles.wordpress.org/rapidasia/) 2 جُون 2023

thanks

![](https://secure.gravatar.com/avatar/c7868e29081e700edf912a9b381718e6cf46f266af3f710a7710accd02689c9d?
s=60&d=retro&r=g)

### 󠀁[Needs more optinal options added](https://wordpress.org/support/topic/needs-more-optinal-options-added/)󠁿

 [ideia internet](https://profiles.wordpress.org/lutjebroeker/) 28 نومبر 2021

This plugin is a great start. But missing some extra options. for example, your 
select a limit of 10 rites and want it to order at random. Randomly is not possible
it is ordered by the latest update only.

![](https://secure.gravatar.com/avatar/c7229529f9a6b40a35655dfd271146c079a81154f3c24bd6d5444492e494a5d4?
s=60&d=retro&r=g)

### 󠀁[thx](https://wordpress.org/support/topic/thx-78/)󠁿

 [Daniel](https://profiles.wordpress.org/dhoffmann/) 24 اپريل 2019

hope you keep this up to date. great multisite tool.

![](https://secure.gravatar.com/avatar/eea8e8b36980f791f34dc4ec92fbab8311a1010ec35e89bf63695f91785a4b6c?
s=60&d=retro&r=g)

### 󠀁[Easy to use](https://wordpress.org/support/topic/easy-to-use-2351/)󠁿

 [Damiaan van Vliet](https://profiles.wordpress.org/damnsharp/) 16 جنوري 2019

A nice to have plug-in when you have a multisite. This because it displays the list
of all the sites with the shortcode [site-index]. With several nice switches and
tips from the creator to modify CSS settings. A 5 star rating 🙂

 [ جمع: سڀ 5 تبصرا پڙهو ](https://wordpress.org/support/plugin/multisite-site-index/reviews/)

## تعاون ڪندڙ & ڊولپرز

“Multisite Site Index” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو
آھي.

تعاون ڪندڙ

 *   [ Nick Halsey ](https://profiles.wordpress.org/celloexpressions/)
 *   [ annenbergdl ](https://profiles.wordpress.org/annenbergdl/)

[ترجمو ڪريو “Multisite Site Index” توهان جي ٻولي ۾.](https://translate.wordpress.org/projects/wp-plugins/multisite-site-index)

### ڊولپمينٽ ۾ دلچسپي؟

[ڪوڊ براؤز ڪريو](https://plugins.trac.wordpress.org/browser/multisite-site-index/)،
چيڪ ڪريو [SVN مخزن](https://plugins.svn.wordpress.org/multisite-site-index/)، يا
رڪنيت حاصل ڪريو [ڊولپمينٽ لاگ](https://plugins.trac.wordpress.org/log/multisite-site-index/)
پاران [RSS](https://plugins.trac.wordpress.org/log/multisite-site-index/?limit=100&mode=stop_on_copy&format=rss).

## لاگ تبدیل ڪريو

#### 1.2

 * Increased the loaded site icon size for greater flexibility.

#### 1.1

 * Added the number of sites option for large networks.
 * Hid deleted sites from the site index.

#### 1.0

 * First publicly available version of the plugin.

## ميٽا

 *  Version **1.1**
 *  Last updated **2 سالَ اڳ**
 *  Active installations **100+**
 *  WordPress version ** 4.7 يا وڌيڪ **
 *  Tested up to **6.6.5**
 *  Language
 * [English (US)](https://wordpress.org/plugins/multisite-site-index/)
 * Tag
 * [multisite](https://snd.wordpress.org/plugins/tags/multisite/)
 *  [ترقي يافته ڏيک](https://snd.wordpress.org/plugins/multisite-site-index/advanced/)

## درجه بندي

 4.6 out of 5 stars.

 *  [  4 5-star reviews     ](https://wordpress.org/support/plugin/multisite-site-index/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/multisite-site-index/reviews/?filter=4)
 *  [  1 3-star review     ](https://wordpress.org/support/plugin/multisite-site-index/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/multisite-site-index/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/multisite-site-index/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/multisite-site-index/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/multisite-site-index/reviews/)

## تعاون ڪندڙ

 *   [ Nick Halsey ](https://profiles.wordpress.org/celloexpressions/)
 *   [ annenbergdl ](https://profiles.wordpress.org/annenbergdl/)

## سھائتا

چوڻ لاءِ ڪجهه آهي؟ مدد گهرجي؟

 [ڏسو سپورٽ فورم](https://wordpress.org/support/plugin/multisite-site-index/)