Title: Badges
Author: eroux
Published: <strong>जनवरी 28, 2011</strong>
Last modified: मे 3, 2024

---

प्लगिनहरू खोज्नुहोस्

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

![](https://s.w.org/plugins/geopattern-icon/badges.svg)

# Badges

 [eroux](https://profiles.wordpress.org/eroux/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/badges.zip)

 * [विवरण](https://ne.wordpress.org/plugins/badges/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/badges/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/badges/#installation)
 * [विकास](https://ne.wordpress.org/plugins/badges/#developers)

 [सहायता](https://wordpress.org/support/plugin/badges/)

## विवरण

Display “Badges” (which are really no more than HTML snippets) from a set of files
in a specified directory off the root of the blog. The directory will default to“./
badges” and the Zip file contains both that directory as well as a “Sample” badge.

Using the Widget you can choose whether to:

 1. enable “Display Badge in a Box” (enabled by default, uses internal CSS)
 2. enable “Display a Drop-Shadow” (probably best used with “Box Mode”)

as well as

 1. decide whether you would like to use a Title
 2. define the directory of the badges.

## स्क्रिनसटहरू

[⌊Configuring the widget to read badges from damn-badges and display them as "Badges".⌉⌊
Configuring the widget to read badges from damn-badges and display them as "Badges"
.⌉[

Configuring the widget to read badges from `damn-badges` and display them as “Badges”.

[⌊The default configuration of the widget, displaying the default path (badges).⌉⌊
The default configuration of the widget, displaying the default path (badges).⌉[

The default configuration of the widget, displaying the default path (badges).

[⌊Badges displayed Padded and Boxed, but with Drop-Shadows disabled.⌉⌊Badges displayed
Padded and Boxed, but with Drop-Shadows disabled.⌉[

Badges displayed Padded and Boxed, but with Drop-Shadows disabled.

## स्थापना

**Install**

 1. Unzip the `badges.zip` file.
 2. Upload `badges.php` to the `/wp-content/plugins/` directory.
 3. Activate the plugin through the ‘Plugins’ menu in WordPress.
 4. Use the “Badges” widget.

**Upgrade**

 1. Follow your normal installation process
 2. Open the Widget Control Panel for “Badges” and confirm settings.
 3. Sit back and enjoy…

**Use the WordPress Plug-in System**

 1. Select “Upgrade and Activate”
 2. Congratulate yourself on a sterling job.

## प्रश्नोत्तर

### Which naming convention is used for the badges

All badges needs to be named `XXname.inc`, where “XX” is a number (used to determine
ordering) and the “.inc” is required.

### What is the format of the “Badge” files?

You could view the included “demo” file: `00testbadge.inc`, but here’s another, 
slightly simpler, example:

    ```
    <!-- Support CC -->
    <div id="badge-supportcc-inner" onclick="location.href='http://creativecommons.org';" style="cursor: pointer;">
    <img width=88 height=31 alt="http://creativecommons.org" title="Support the Creative Commons!"
        src="http://creativecommons.org/images/support/2010/cc-support.png" />
    <br />
        Support the Creative Commons!
    </div>
    <!-- /Support CC -->
    ```

### How do I style the badges using CSS?

Quite simply by using the `div.badgegroup` class to style a set of badges. To style
them individually, use the `div.badge` class.

### How do I limit the styling to a set of badges?

Look for the relevant “Badge Group’s” ID and then use the `div#badge-ID > div.badge`
CSS selector.

### How do I style a single badge?

Easiest yet: every badge gets a unique ID generated by the plug-in based on the 
badge’s file-name and the directory. Simply use that (you’ll have to inspect the
source to see what the id is; by example the ID generated by my Site-Licence badge
is “badge-damn-licencing-licencing”).

## समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

## योगदानकर्ता र डेभलपरहरू

“Badges” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

 *   [ eroux ](https://profiles.wordpress.org/eroux/)

[“Badges” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/badges)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/badges/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/badges/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/badges/) हेर्नुहोस्, वा [विकास लग](https://plugins.trac.wordpress.org/log/badges/)
को सदस्यता लिनुहोस्।

## चेन्जलग

#### 2.3

 * Give groupings of badges a different class than badges

#### 2.2

 * Moved to a ‘<div>’ based layout instead of using Lists
 * Split Boxing and Padding into two separate options

#### 2.1

 * Fixed the HTML generated to be cleaner and identify the badge class better
 * Simplified the examples slightly

#### 2.0

 * Cosmetic changes
 * Added (better) examples to the documentation

#### 1.0

 * Initial Public Release

## मेटा

 *  संस्करण **2.5**
 *  पछिल्लो अपडेट **2 वर्ष अघि**
 *  सक्रिय स्थापना **10+**
 *  वर्डप्रेस संस्करण ** 6.0 वा उच्च **
 *  जाँच गरिएको **6.5.10**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/badges/)
 * ट्यागहरू
 * [admin](https://ne.wordpress.org/plugins/tags/admin/)[administration](https://ne.wordpress.org/plugins/tags/administration/)
   [books](https://ne.wordpress.org/plugins/tags/books/)[read](https://ne.wordpress.org/plugins/tags/read/)
   [reading](https://ne.wordpress.org/plugins/tags/reading/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/badges/advanced/)

## रेटिङ्गहरू

अहिलेसम्म कुनै समीक्षा पेस गरिएको छैन।

[तपाईँको समीक्षा](https://wordpress.org/support/plugin/badges/reviews/#new-post)

[सबै समीक्षाहरू हेर्नुहोस्](https://wordpress.org/support/plugin/badges/reviews/)

## योगदानकर्ताहरू

 *   [ eroux ](https://profiles.wordpress.org/eroux/)

## सहायता

केही भन्नु छ? सहयोग चाहियो?

 [सहायता फोरम हेर्नुहोस्](https://wordpress.org/support/plugin/badges/)