Title: Basic Banner
Author: hisman
Published: <strong>2017년 10월 28일</strong>
Last modified: 2021년 4월 26일

---

플러그인 검색

![](https://ps.w.org/basic-banner/assets/banner-772x250.png?rev=1800292)

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

![](https://ps.w.org/basic-banner/assets/icon-256x256.png?rev=1800292)

# Basic Banner

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

[다운로드](https://downloads.wordpress.org/plugin/basic-banner.1.1.3.zip)

 * [세부사항](https://ko.wordpress.org/plugins/basic-banner/#description)
 * [평가](https://ko.wordpress.org/plugins/basic-banner/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/basic-banner/#installation)
 * [개발](https://ko.wordpress.org/plugins/basic-banner/#developers)

 [지원](https://wordpress.org/support/plugin/basic-banner/)

## 설명

Basic Banner is a plugin that allows you to create and display banners in WordPress.
This plugin creates custom post type called banner to store all the banners.

#### Displaying the Banner

You can display the banners by using basic banner widget. There is also a shortcode:

    ```
    [basicbanner name="" class=""]
    ```

And a function for displaying banners anywhere in your theme :

    ```
    <?php basic_banner_show( $name, $class = ''); ?>
    ```

Parameter `$name` is the banner slug and `$class` is the additional HTML classes
for banner container. To get the banner object, you can use this function :

    ```
    <?php $banner = basic_banner_get( $name ); ?>
    ```

#### Override Banner Template

 1. Locate folder **template** in Basic Banner plugin folder (wp-content/plugins/basic-
    banner/template).
 2. Copy **banner.php** file to your theme folder under the folder called **basic-banner**(
    wp-content/themes/your-theme/basic-banner/banner.php).
 3. Modify **banner.php** file as you like.

#### Contribute on GitHub

You can contribute to this plugin via the [GitHub repository](https://github.com/hisman/basic-banner).

## 스크린샷

[⌊Create a new banner⌉⌊Create a new banner⌉[

Create a new banner

## 설치

#### Automatic installation

Automatic installation is the easiest option as WordPress handles the file transfers
itself.

 1. Log in to your WordPress dashboard.
 2. Go to **Plugins > Add New** and search **“Basic Banner”**.
 3. Once you’ve found our plugin, you can install it by simply clicking **“Install 
    Now”**.
 4. Activate the plugin.

#### Manual installation

 1. Download the plugin via WordPress.org.
 2. Upload the ZIP file through the **‘Plugins > Add New > Upload’**.
 3. Activate the plugin.
 4. For more detail about manual installation [you can read it here](https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation).

#### Updating

Automatic updates should work like a charm; as always though, ensure you backup 
your site just in case.

## 후기

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

### 󠀁[best simple plugin](https://wordpress.org/support/topic/best-simple-plugin/)󠁿

 [asepnoerjaman](https://profiles.wordpress.org/asepnoerjaman/) 2021년 8월 13일

I love this plugin because it is so simple, but it does what it is supposed to do.

 [ 모든 1 평가 읽기 ](https://wordpress.org/support/plugin/basic-banner/reviews/)

## 기여자 & 개발자

“Basic Banner”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

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

[자국어로 “Basic Banner”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/basic-banner)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/basic-banner/)는, [SVN 저장소](https://plugins.svn.wordpress.org/basic-banner/)
를 확인하시거나, [개발 기록](https://plugins.trac.wordpress.org/log/basic-banner/)
을 [RSS](https://plugins.trac.wordpress.org/log/basic-banner/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 1.1.3

 * Support WordPress 5.7.
 * Fix shortcode errors.

#### 1.1.2

 * Fix undefined property in banner object.

#### 1.1.1

 * Fix undefined index when creating a new banner.
 * Change banner image size in admin to full size.

#### 1.1.0

 * Custom html classes for banner container.
 * Show thumbnail & name in banner list.
 * Add widget for displaying the banners.
 * Add shortcode for displaying the banners.

#### 1.0.0

 * Initial Version.

## 기초

 *  버전 **1.1.3**
 *  최근 업데이트: **5년 전**
 *  활성화된 설치 **40+**
 *  워드프레스 버전 ** 4.5 또는 그 이상 **
 *  다음까지 시험됨: **5.7.17**
 *  언어
 * [English (US)](https://wordpress.org/plugins/basic-banner/)
 * 태그:
 * [banner](https://ko.wordpress.org/plugins/tags/banner/)
 *  [고급 보기](https://ko.wordpress.org/plugins/basic-banner/advanced/)

## 평점

 별 5점 만점에 5점.

 *  [  1/5-별점 후기     ](https://wordpress.org/support/plugin/basic-banner/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/basic-banner/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/basic-banner/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/basic-banner/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/basic-banner/reviews/?filter=1)

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/basic-banner/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/basic-banner/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://www.paypal.me/hismansaputra)