Title: Query Posts
Author: Justin Tadlock
Published: <strong>2009년 3월 15일</strong>
Last modified: 2010년 11월 23일

---

플러그인 검색

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

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

# Query Posts

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

[다운로드](https://downloads.wordpress.org/plugin/query-posts.0.3.2.zip)

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

 [지원](https://wordpress.org/support/plugin/query-posts/)

## 설명

The _Query Posts_ widget was written to allow users that don’t know their way around
PHP to easily show posts in any way they’d like. It’s like having a cool WordPress
developer as a friend ready to do your bidding. Seriously.

The widget has over 40 options to choose from. You can list posts by category, tag,
custom taxonomies, author, date, time, name, or anything you can imagine. You can
choose to show the full content, excerpts, or even a simple list. You can order 
the posts in all sorts of ways. Oh, and you can even show pages.

This is the widget that keeps users out of the code and gives them the ability to
display items on their site how they want.

## 스크린샷

[⌊View of the Query Posts widget settings.⌉⌊View of the Query Posts widget settings
.⌉[

View of the _Query Posts_ widget settings.

## 설치

 1. Upload `query-posts` to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the _Plugins_ menu in WordPress.
 3. Go to _Appearance > Widgets_ and place the _Query Posts_ widget where you want.

More detailed instructions are included in the plugin’s `readme.html` file.

## FAQ

  Installation Instructions

 1. Upload `query-posts` to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the _Plugins_ menu in WordPress.
 3. Go to _Appearance > Widgets_ and place the _Query Posts_ widget where you want.

More detailed instructions are included in the plugin’s `readme.html` file.

  Why was this plugin created?

End users sometimes want to do complicated things but don’t nave the technical _know-
how_ of seasoned developers. This creates a massive barrier between users that can
have _really_ cool sites and those that have to use what their theme developer gave
them.

This plugin is about removing that barrier.

  How do I set it up?

There’s not a lot of work you have to do. Just add the widget to your theme’s widget
area(s). If anything, you’ll probably be overwhelmed by the myriad of options. I’ve
included a handy guide on what each option means with supplemental reading material.
Just check out the `readme.html` included with the plugin download.

## 후기

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

### 󠀁[Abandoned plugin](https://wordpress.org/support/topic/abandoned-plugin-117/)󠁿

 [letto1](https://profiles.wordpress.org/letto1/) 2026년 7월 8일

Doesn't work past PHP 7.4. The plugin has been abandoned. Unfortunately my site 
relied on it and I've spent a year paying my host for extended PHP support before
I was able to figure out how to replace it. While I really appreciate developers
that create free plugins, it can be really difficult when they abandon them. It 
should probably be removed from the plugin database so more people don't get stuck
in this trap.

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

### 󠀁[Mostly works, but uses deprecated calls & not compatible with PHP7, abandoned](https://wordpress.org/support/topic/mostly-works-but-uses-deprecated-calls-not-compatible-with-php7-abandoned/)󠁿

 [Marty](https://profiles.wordpress.org/bozzmedia/) 2018년 4월 13일

This can get the job done in a pinch, but the plugin is not updated or supported
any longer and has the above mentioned issues. Best to look for a more up to date
plugin to fill this job.

 [ 모든 4 평가 읽기 ](https://wordpress.org/support/plugin/query-posts/reviews/)

## 기여자 & 개발자

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

기여자

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

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

[자국어로 “Query Posts”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/query-posts)

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

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

## 변경이력

**Version 0.3.2**

 * Clean up of debug notices.
 * Only show thumbnail settings if theme supports post thumbnails or the `get_the_image()`
   function is present.
 * Apply widget title filters to the widget title.
 * Better escaping of widget settings form elements.

**Version 0.3.1**

 * Fix post types so individual IDs work.
 * Fix `enable_widget_title` for some instances where it didn’t work.
 * Fix `post_class` issue for the instances where it didn’t work.
 * Make sure correct image size is used.
 * Only use `post_mime_type` when it’s set.
 * Use `tag` instead of `tag_slug__in` for the post tag taxonomy.

**Version 0.3**

 * Completely redesigned the entire widget to just work better.
 * Important! Users will likely have to reset any instances of the Query Posts widget
   in use.

**Version 0.2.1**

 * Fixed the checkbox issue where it didn’t save on widget settings update.

**Version 0.2**

 * Recoded the widget from the ground up to use WP 2.8’s new widget class. Users
   will likely need to reset each widget instance because of this.
 * Fixes bug in WP 2.8 where more than one _Query Posts_ widget wouldn’t display.
 * Dropped support for versions of WP below 2.8.
 * New setting: `post_type`.
 * New setting: `post_status`.
 * Added ability to show posts in ordered list as well as the normal unordered list.
 * Hover tooltips to explain what each setting means.
 * Added support for custom taxonomies created by users and other plugins for posts.

**Version 0.1**

 * This is version 0.1. Everything’s new!

## 기초

 *  버전 **0.3.2**
 *  최근 업데이트: **9년 전**
 *  활성화된 설치 **800+**
 *  워드프레스 버전 ** 3.0 또는 그 이상 **
 *  다음까지 시험됨: **3.0.5**
 *  언어
 * [English (US)](https://wordpress.org/plugins/query-posts/), [Spanish (Chile)](https://cl.wordpress.org/plugins/query-posts/),
   [Spanish (Colombia)](https://es-co.wordpress.org/plugins/query-posts/), [Spanish (Mexico)](https://es-mx.wordpress.org/plugins/query-posts/),
   [Spanish (Spain)](https://es.wordpress.org/plugins/query-posts/), 그리고 [Spanish (Venezuela)](https://ve.wordpress.org/plugins/query-posts/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/query-posts)
 * 태그:
 * [page](https://ko.wordpress.org/plugins/tags/page/)[pages](https://ko.wordpress.org/plugins/tags/pages/)
   [posts](https://ko.wordpress.org/plugins/tags/posts/)[sidebar](https://ko.wordpress.org/plugins/tags/sidebar/)
   [widget](https://ko.wordpress.org/plugins/tags/widget/)
 *  [고급 보기](https://ko.wordpress.org/plugins/query-posts/advanced/)

## 평점

 별 5점 만점에 3점.

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

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

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

## 기여자

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

## 지원

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

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

## 기부

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

 [ 이 플러그인에 기부하기 ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=3687060)