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

Print Posts

설명

This plugin adds a shortcode to display a list of posts. The list of posts can be displayed in 2 formats, normal and expanded. If you also install the Themekit plugin you will gain access to several options to customize the short code.

For more information on Themekit, check out themekitwp.com.

Features Include:

  • Print posts by category name or id
  • Print posts by tags
  • Print posts related to the current post
  • Print posts by the current author
  • Ability to change the number of posts that get displayed
  • Ability to change how many posts display in expanded view before going to the normal view

설치

  1. Install the Print Posts plugin by uploading the files to your WordPress plugin directory, or by installing directly through your site.
  2. Activate the Plugin.
  3. That’s it. You’re ready to go!

(Optional) Install ThemeKit either via the WordPress.org plugin directory, or by uploading the files to your server (if you already have Themekit installed you may only need to upgrade to the latest version)

FAQ

Why do I need Themekit for this plugin?

Themekit isn’t required, but it will give you some more options to play with.

How do I use the shortcode?

Display posts from a category – [print_posts cat=1]

Display posts from a category using the category name – [print_posts category_name=”cat name here”]

Display posts from a tag or set of tags – [print_posts tag=”tags,go,here”]

Display posts related to the current post – [print_posts show_related_posts=true]

Display posts by the current posts author – [print_posts show_posts_by_author=true]

Change the number of posts to display – [print_posts display_count=5] (defaults to show all posts)

Change the number of posts that are shown in the expanded view – [print_posts expanded_count=3]

Feel free to mix and match the values as you need, and if you download and install Themekit you’ll have even more options to play with.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Print Posts”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.1

  • Added div with and ID of print_posts around shortcode output so themekit styles could be more CSS specific.
  • Added font controller options to expanded headline (and headline hover)

1.0

  • Initial release