Linux 软件免费装

Index Pages

开发者 dougwollison
更新时间 2024年10月15日 06:04
PHP版本: 5.4.0 及以上
WordPress版本: 6.6.2
版权: GPLv2 or later
版权网址: 版权信息

标签

custom post type custom index index page page for posts

下载

1.0.0 1.1.0 1.2.0 1.3.0 1.3.0.1

详情介绍:

The Index Pages system allows you to designate pages as the index page for a particular post type. This allows you to have a custom title, text content, and other information displayed on your post type archives, should your current theme support it. For theme developers, the plugin offers some template functions for loading the post object for the current index page (including the posts page), in a similar fashion to the_post();, to create things like a customizable introductory banner that appears above the listing, using the index page's data. Designated index pages are flagged as such in the Pages manager, for easy recognition.

安装:

  1. Upload the contents of index-pages.tar.gz to your /wp-content/plugins/ directory.
  2. 通过 WordPress 的“插件”菜单以激活本插件。

更新日志:

Details on each release can be found on the GitHub releases page for this project. 1.3.0.1 Quick Fix: apparently the Liaison class was never committed to the SVN repo. 1.3.0 Improved handling of post types, bug fixes and WPSEO compatibility. 1.2.0 Added checks to make sure an index page's associated post type exists. 1.1.0 Updated file and code structure, added missing static keyword to Backend::add_index_notice(). 1.0.0 Initial public release.