Title: Tekserve Single Post Shortcode
Author: bangerkuwranger
Published: <strong>2013년 11월 8일</strong>
Last modified: 2013년 11월 9일

---

플러그인 검색

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

![](https://s.w.org/plugins/geopattern-icon/tekserve-single-post-shortcode.svg)

# Tekserve Single Post Shortcode

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

[다운로드](https://downloads.wordpress.org/plugin/tekserve-single-post-shortcode.1.3.zip)

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

 [지원](https://wordpress.org/support/plugin/tekserve-single-post-shortcode/)

## 설명

There are plenty of plugins to show lists of posts, but if you only want to display
a condensed preview of a post on any wp page, this is the plugin for you! The shortcode
accepts the numeric id of any post as an attribute, and will display a preview that
links to that post. This preview is generated with easily styled html. To show or
hide the featured image for your single post preview, pass the attribute `showimage`
with either `hide` or `show`. It’s pretty easy!

For fun, I decided to also build a widget that does the same thing; it’s included
and can be used like any other widget. Why not?!

## 설치

 1. Upload the `tekservesinglepostshortcode` folder to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Use the shortcode anywhere you want a condesed preview of a single post, e.g. `[
    single_post id="1" showimage="show"]`.
 4. To use the widget, go to Appearance->Widgets and drag the Tekserve Single Post 
    Widget into whatever widget area you’d like. Enter the post id, check the box if
    you want to show the featured image, and hit save.

## FAQ

  Why would I want to use this?

You want to display a link to a single post with a brief content preview. Plenty
of plugins will create this type of object in a list, or as part of popular or related
posts, but sometimes you want to manually feature a post somewhere and not mess 
around with sticky posts or the loop. This simple shortcode does it for you without
modifying your theme’s functions.php.

You also get a widget, so there’s that!

  How can I style the output?

It’s pretty easy; just add css for the output classes and ids in your style.css 
for your theme, or enqueue a separate .css file in your theme to handle it.

Here’s a listing of targets to style the output:

_Output to Style_ _CSS target_

Single Post Container .tekserve-single-post -or- #single-post-$$ ( $$ is numerical
post id)

Featured Image .tekserve-single-post a img

Title .tekserve-single-post .tekserve-single-post-title

Date and Author .tekserve-single-post .tekserve-single-post-meta

Post Content .tekserve-single-post .tekserve-single-post-excerpt

  Where does the plugin get its output?

From the post, of course! Here are the specifics:

 * Image – Post Featured Image / Thumbnail
 * Title – Post Title
 * Meta – Post Date and Post Author
 * Excerpt – Post excerpt, if it exists. If not, first 90 characters of content,
   sans html tags

## 후기

이 플러그인에 대한 평가가 없습니다.

## 기여자 & 개발자

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

기여자

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

[자국어로 “Tekserve Single Post Shortcode”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/tekserve-single-post-shortcode)

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

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

## 변경이력

#### 1.3

 * filtered excerpt html tags
 * added support for excerpt field

#### 1.2

 * updated file permissions

#### 1.1

 * added widget

#### 1.0

 * added shortcode

## 기초

 *  버전 **1.3**
 *  최근 업데이트: **13년 전**
 *  활성화된 설치 **10+**
 *  워드프레스 버전 ** 3.1 또는 그 이상 **
 *  다음까지 시험됨: **3.7.41**
 *  언어
 * [English (US)](https://wordpress.org/plugins/tekserve-single-post-shortcode/)
 * 태그:
 * [excerpt](https://ko.wordpress.org/plugins/tags/excerpt/)[link](https://ko.wordpress.org/plugins/tags/link/)
   [preview](https://ko.wordpress.org/plugins/tags/preview/)[Single post](https://ko.wordpress.org/plugins/tags/single-post/)
   [thumbnail](https://ko.wordpress.org/plugins/tags/thumbnail/)
 *  [고급 보기](https://ko.wordpress.org/plugins/tekserve-single-post-shortcode/advanced/)

## 평점

 별 5점 만점에 1점.

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

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

[모든  리뷰 보기](https://wordpress.org/support/plugin/tekserve-single-post-shortcode/reviews/)

## 기여자

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

## 지원

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

 [지원 포럼 보기](https://wordpress.org/support/plugin/tekserve-single-post-shortcode/)

## 기부

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

 [ 이 플러그인에 기부하기 ](http://www.chadacarino.com/burnallmoney.html)