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

Pages Posts

描述

Ever wanted different pages on your blog to display different types of post? You might have news and changelog pages and want to display categorized posts in each one.

With Pages Posts you can! You can configure a page to display posts only from a specific category or tag.

屏幕截图

安装

  1. To install through WordPress Control Panel:
    • Click “Plugins”, then “Add New”
    • Enter “Pages Posts” as search term and click “Search Plugins”
    • Click the “Install” link on the right hand side against “Pages Posts”
    • Click the red “Install Now” button
    • Click the “Activate Plugin” link
  2. To download and install manually:
    • Upload the entire pages-posts folder to the /wp-content/plugins/ directory.
    • Activate the plugin through the Plugins menu in WordPress.

The control panel of Pages Posts is in Settings (on WordPress 2.3.3 and under, Options).

常见问题

How do I configure a page to display posts?

Head over to the settings page and the top of the page gives you the ability to add a page. Select which page you want, whether it should only display posts from either a category or a tag, select which category or tag and click “Add Page”

评价

阅读所有3条评价

贡献者及开发者

「Pages Posts」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「Pages Posts」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

2.1

  • Added option to turn home page view on or off

2.0

  • Added compatibility with WordPress 3.0.3
  • Added number of posts option
  • Set a global var to specify when the post is being used (for theme mods): $IS_PAGES_POSTS
  • Now uses home page template rather than either archive.php or category.php

1.6

  • Fixed style issue with pagesposts.css

1.5

  • Tested compatibility with WordPress 3.0.1
  • Fixed bug with current_page_item class in menu – now shows as current_page_parent

1.4

  • Further fix to bring back all pages -1 rather than false in the query

1.3

  • Added ability to display the original post above your categorized/tagorized posts

1.2

  • Fixed bug with not being able to select all pages – was only bringing back the last 5

1.1

  • Added ability to have posts displaying as excerpts or full posts

1.0

  • Added category and tag display capability