Title: Badges
Author: eroux
Published: <strong>Ṣẹrẹ 28, 2011</strong>
Last modified: Èbìbí  3, 2024

---

Ṣàwárí àwọn plugin

Plugin yìí **kò tíì ṣe àyẹ̀wò pẹ̀lú àwọn ìtújáde mẹ́ta pàtàkì tó kẹ́yìn ti WordPress**.
Ó lè jẹ́ pé a kò tọ́jú tàbí ṣe àtìlẹ́yìn fún un mọ́, ó sì lè ní àwọn ọ̀ràn ìbámu
nígbà tí a bá lò ó pẹ̀lú àwọn ẹ̀yà WordPress tuntun.

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

# Badges

 Láti ọwọ́ [eroux](https://profiles.wordpress.org/eroux/)

[Ṣe ìgbàsílẹ̀](https://downloads.wordpress.org/plugin/badges.zip)

 * [Àwọn àlàyé](https://yor.wordpress.org/plugins/badges/#description)
 * [Àwọn àgbéyẹ̀wò](https://yor.wordpress.org/plugins/badges/#reviews)
 *  [Ìgbéwọlẹ̀](https://yor.wordpress.org/plugins/badges/#installation)
 * [Ìdàgbàsókè](https://yor.wordpress.org/plugins/badges/#developers)

 [Ìrànlọ́wọ́](https://wordpress.org/support/plugin/badges/)

## Àpèjúwe

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.

## Àwọn àwòrán ìbòjú

[⌊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.

## Ìgbéwọlẹ̀

**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.

## FAQ

### 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Ìtumọ̀ Yorùbá:’
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Ìtumọ̀ Yorùbá: ’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Ìtumọ̀ Yorùbá: ’s file-name and the directory. Simply use that (youÌtumọ̀ Yorùbá:’
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”).

## Àwọn àgbéyẹ̀wò

Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.

## Àwọn Olùkópa & Olùgbéejáde

“Badges” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin
yìí.

Àwọn Olùkópa

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

[Túmọ̀ “Badges” sí èdè rẹ.](https://translate.wordpress.org/projects/wp-plugins/badges)

### Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?

[Ṣàwárí koodu](https://plugins.trac.wordpress.org/browser/badges/), ṣàyẹ̀wò [ibi ìpamọ́ SVN](https://plugins.svn.wordpress.org/badges/),
tàbí ṣe àgbékalẹ̀ sí [àkọsílẹ̀ ìdàgbàsókè](https://plugins.trac.wordpress.org/log/badges/)
nípasẹ̀ [RSS](https://plugins.trac.wordpress.org/log/badges/?limit=100&mode=stop_on_copy&format=rss).

## Àkọsílẹ̀ àwọn àyípadà

#### 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

## Àkójọpọ̀ Meta

 *  Ẹ̀yà **2.5**
 *  Ìgbàgbọ́hùn tó kẹ́yìn **ọdún 2 sẹ́yìn**
 *  Àwọn ìgbéwọlẹ̀ tó ṣiṣẹ́ **10+**
 *  Ẹ̀yà WordPress ** 6.0 tàbí ju bẹ́ẹ̀ lọ **
 *  Dánwò dé **6.5.9**
 *  Èdè
 * [English (US)](https://wordpress.org/plugins/badges/)
 * Àwọn àmì
 * [admin](https://yor.wordpress.org/plugins/tags/admin/)[administration](https://yor.wordpress.org/plugins/tags/administration/)
   [books](https://yor.wordpress.org/plugins/tags/books/)[read](https://yor.wordpress.org/plugins/tags/read/)
   [reading](https://yor.wordpress.org/plugins/tags/reading/)
 *  [Ìwòye Tó Péye](https://yor.wordpress.org/plugins/badges/advanced/)

## Àwọn ìbò

Kò sí ìwádìí tí a tíì fi ránṣẹ́.

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

[See all reviews](https://wordpress.org/support/plugin/badges/reviews/)

## Àwọn Olùkópa

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

## Ìrànlọ́wọ́

Nǹkan wà tí o fẹ́ sọ? Ṣé o nílò ìrànlọ́wọ́?

 [Wo àpéjọ ìrànlọ́wọ́](https://wordpress.org/support/plugin/badges/)