该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

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)

常见问题

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