Title: Widgets Reloaded
Author: Justin Tadlock
Published: <strong>2009년 3월 5일</strong>
Last modified: 2017년 9월 21일

---

플러그인 검색

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

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

![](https://ps.w.org/widgets-reloaded/assets/icon-256x256.png?rev=1733875)

# Widgets Reloaded

 작성자: [Justin Tadlock](https://profiles.wordpress.org/greenshady/)

[다운로드](https://downloads.wordpress.org/plugin/widgets-reloaded.1.0.0.zip)

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

 [지원](https://wordpress.org/support/plugin/widgets-reloaded/)

## 설명

The default WordPress widgets don’t offer much control over how they are output 
on the screen. Widgets Reloaded seeks to correct this problem.

This plugin provides alternatives to many of the default widgets with versions that
allow much more control. Widgets come with numerous options to output widget content
just like you want.

### Plugin Features

The plugin creates the following widgets:

 * Reloaded – Archives
 * Reloaded – Authors
 * Reloaded – Bookmarks _(if link manager is enabled)_
 * Reloaded – Calendar
 * Reloaded – Categories
 * Reloaded – Menu
 * Reloaded – Pages
 * Reloaded – Posts
 * Reloaded – Tags

### Professional Support

If you need professional plugin support from me, the plugin author, you can join
the club at [Theme Hybrid](https://themehybrid.com/club), which is a professional
WordPress help/support site where I handle support for all my plugins and themes
for a community of 75,000+ users (and growing).

### Plugin Development

If you’re a theme author, plugin author, or just a code hobbyist, you can follow
the development of this plugin on it’s [GitHub repository](https://github.com/justintadlock/widgets-reloaded).

### Donations

Yes, I do accept donations. If you want to donate, you can do so from my [donations page](https://themehybrid.com/donate)
or grab me something from my [Amazon Wish List](http://a.co/flUb0ns).

I appreciate all donations, no matter the size. Further development of this plugin
is not contingent on donations, but they are always a nice incentive.

## 스크린샷

[⌊Archives widget⌉⌊Archives widget⌉[

Archives widget

[⌊Authors widget⌉⌊Authors widget⌉[

Authors widget

[⌊Bookmarks widget⌉⌊Bookmarks widget⌉[

Bookmarks widget

[⌊Calendar widget⌉⌊Calendar widget⌉[

Calendar widget

[⌊Categories widget⌉⌊Categories widget⌉[

Categories widget

[⌊Menu widget⌉⌊Menu widget⌉[

Menu widget

[⌊Pages widget⌉⌊Pages widget⌉[

Pages widget

[⌊Posts widget⌉⌊Posts widget⌉[

Posts widget

[⌊Tags widget⌉⌊Tags widget⌉[

Tags widget

## 설치

 1. Uzip the `widgets-reloaded.zip` folder.
 2. Upload the `widgets-reloaded` folder to your `/wp-content/plugins` directory.
 3. In your WordPress dashboard, head over to the _Plugins_ section.
 4. Activate _Widgets Reloaded_.

## FAQ

  Installation Instructions

 1. Uzip the `widgets-reloaded.zip` folder.
 2. Upload the `widgets-reloaded` folder to your `/wp-content/plugins` directory.
 3. In your WordPress dashboard, head over to the _Plugins_ section.
 4. Activate _Widgets Reloaded_.

  Why was this plugin created?

For me and many of my theme users, we wanted the ability to have more control over
the output of the default WordPress widgets, which didn’t have enough flexibility.

This functionality is easily done with PHP code. But, for someone unfamiliar with
editing theme files and working with PHP, it is not so easy and not nearly as fun
as widgets.

Therefore, the original widgets for this plugin were created as a part of my theme
framework, [Hybrid Core](https://themehybrid.com/hybrid-core). However, I wanted
to provide a way for users of my themes to also be able to use these widgets, even
if they were no longer using my themes. Plus, it would be cool if other WordPress
users could use them too. Thus, this plugin was born.

  How does this plugin work?

Widgets Reloaded works by giving you more advanced versiosn of the default WordPress
widgets. Each widget has many options to allow you to customize the output of widgets
on your site. You’ll see many more checkboxes, input boxes, select boxes, and other
options to choose from.

  What custom widgets does the plugin provide?

 * Reloaded – Archives
 * Reloaded – Authors
 * Reloaded – Bookmarks _(if link manager is enabled)_
 * Reloaded – Calendar
 * Reloaded – Categories
 * Reloaded – Menu
 * Reloaded – Pages
 * Reloaded – Posts
 * Reloaded – Tags

  What do all the widget options mean?

First, you should understand that you don’t have to use all of the widget options.
The defaults are already set up for you when you add a widget to the sidebar. You
only need to configure the options that you need.

One thing many people don’t realize is that most widgets are just “pretty” versions
of WordPress template tags. They allow you to use the widgets screen to configure
the parameters of functions that are normally written in PHP code. The Widgets Reloaded
plugin merely exposes most, if not all, of these parameters in widget form. That
way, you don’t have to worry about writing code.

The following is a list of the widgets and their associated template tag, which 
links to a Codex page that explains how each option (i.e., parameter) works.

 * **Archives:** [wp_get_archives](https://codex.wordpress.org/Template_Tags/wp_get_archives)
 * **Authors:** [wp_list_authors](https://codex.wordpress.org/Template_Tags/wp_list_authors)
 * **Bookmarks:** [wp_list_bookmarks](https://codex.wordpress.org/Template_Tags/wp_list_bookmarks)
 * **Calendar:** [get_calendar](https://codex.wordpress.org/Template_Tags/get_calendar)
 * **Categories:** [wp_list_categories](https://codex.wordpress.org/Template_Tags/wp_list_categories)
 * **Menu:** [wp_nav_menu](https://codex.wordpress.org/Template_Tags/wp_nav_menu)
 * **Pages:** [wp_list_pages](https://codex.wordpress.org/Template_Tags/wp_list_pages)
 * **Posts:** [WP_Query](https://codex.wordpress.org/Class_Reference/WP_Query)
 * **Tags:** [wp_tag_cloud](https://codex.wordpress.org/Template_Tags/wp_tag_cloud)

  Will this work with my theme?

Yes. If your theme has dynamic sidebars, it supports widgets. Therefore, this plugin
should work fine.

The widgets are coded according to WordPress standards. The HTML output by them 
is no different than the HTML output by the default WordPress widgets. All correctly-
coded themes will output the widgets perfectly.

  Are there plans for more widgets?

I have a few ideas, but feel free to share your own. If there are other widgets 
you’d like to see in this plugin, let me know. I probably won’t add every widget
idea, but I’m more than willing to consider each one carefully.

Also, remember that this plugin is meant to overwrite the default WordPress widgets.
If you’d like to see a new widget that’s not in WordPress, it probably won’t get
added to this plugin. However, I might be willing to code a new plugin just for 
that widget. I love WordPress widgets and am always interested in creating new, 
fun stuff.

## 후기

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

### 󠀁[Simple tool to enhance the basic widgets](https://wordpress.org/support/topic/simple-tool-to-enhance-the-basic-widgets/)󠁿

 [JohnRoyce](https://profiles.wordpress.org/johnroyce/) 2017년 11월 3일

Ran across this plugin a few years ago (!) when trying to improve my websites, and
it was a great instant solution to add some functionality without a big learning
curve. It’s basically self-explanatory, just install it and get going. Love software
like this, thanks to the author.

 [ 모든 11 평가 읽기 ](https://wordpress.org/support/plugin/widgets-reloaded/reviews/)

## 기여자 & 개발자

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

기여자

 *   [ Justin Tadlock ](https://profiles.wordpress.org/greenshady/)

“Widgets Reloaded”(이)가 6 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/widgets-reloaded/contributors)
님께 감사드립니다.

[자국어로 “Widgets Reloaded”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/widgets-reloaded)

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

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

## 변경이력

The change log is located in the `changelog.md` file in the plugin folder. You may
also [view the change log](https://github.com/justintadlock/widgets-reloaded/blob/master/changelog.md)
online.

## 기초

 *  버전 **1.0.0**
 *  최근 업데이트: **9년 전**
 *  활성화된 설치 **1,000+**
 *  워드프레스 버전 ** 4.8 또는 그 이상 **
 *  다음까지 시험됨: **4.8.28**
 *  PHP 버전 ** 5.3 또는 그 이상 **
 *  언어
 * [English (UK)](https://en-gb.wordpress.org/plugins/widgets-reloaded/), [English (US)](https://wordpress.org/plugins/widgets-reloaded/),
   [Finnish](https://fi.wordpress.org/plugins/widgets-reloaded/), [French (France)](https://fr.wordpress.org/plugins/widgets-reloaded/),
   [Romanian](https://ro.wordpress.org/plugins/widgets-reloaded/), [Spanish (Spain)](https://es.wordpress.org/plugins/widgets-reloaded/),
   그리고 [Swedish](https://sv.wordpress.org/plugins/widgets-reloaded/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/widgets-reloaded)
 * 태그:
 * [sidebar](https://ko.wordpress.org/plugins/tags/sidebar/)[widget](https://ko.wordpress.org/plugins/tags/widget/)
   [widgets](https://ko.wordpress.org/plugins/tags/widgets/)
 *  [고급 보기](https://ko.wordpress.org/plugins/widgets-reloaded/advanced/)

## 평점

 별 5점 만점에 4.5점.

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

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

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

## 기여자

 *   [ Justin Tadlock ](https://profiles.wordpress.org/greenshady/)

## 지원

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

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

## 기부

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

 [ 이 플러그인에 기부하기 ](https://themehybrid.com/donate)