Title: Badges
Author: eroux
Published: <strong>2011년 1월 28일</strong>
Last modified: 2024년 5월 3일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# Badges

 작성자: [eroux](https://profiles.wordpress.org/eroux/)

[다운로드](https://downloads.wordpress.org/plugin/badges.zip)

 * [세부사항](https://ko.wordpress.org/plugins/badges/#description)
 * [평가](https://ko.wordpress.org/plugins/badges/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/badges/#installation)
 * [개발](https://ko.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.

## 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’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/browser/badges/)는, [SVN 저장소](https://plugins.svn.wordpress.org/badges/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/badges/)을 [RSS](https://plugins.trac.wordpress.org/log/badges/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 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.9**
 *  언어
 * [English (US)](https://wordpress.org/plugins/badges/)
 * 태그:
 * [admin](https://ko.wordpress.org/plugins/tags/admin/)[administration](https://ko.wordpress.org/plugins/tags/administration/)
   [books](https://ko.wordpress.org/plugins/tags/books/)[read](https://ko.wordpress.org/plugins/tags/read/)
   [reading](https://ko.wordpress.org/plugins/tags/reading/)
 *  [고급 보기](https://ko.wordpress.org/plugins/badges/advanced/)

## 평점

아직 제출된 리뷰가 없습니다.

[Your review](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/)