Plugin info

Total downloads: 2,711
Active installs: 60
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/14/2024 (443 days ago)
Added to WordPress: 2/3/2016 (9 years old)
Minimum WordPress version: 4.0.0
Tested up to WordPress version: 6.6.4
Minimum PHP version: 5.4.0

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 443 days ago

26/100

Is Index Pages abandoned?

Possibly abandoned (last update 443 days ago).

Compatibility

Requires WordPress: 4.0.0
Tested up to: 6.6.4
Requires PHP: 5.4.0

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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.

Usage Documentation

The Index Page assignment interface can be found under Settings > Reading. By default, all post types
registered with the has_archive argument set to true will be available for assignment.

For theme and plugin developers, you can register support for your custom post types like so:

IndexPages\Registry::add_post_types( $post_types ); // a single post type or array of post types

When an index page is assigned, it’s permalink will point to the associated post type’s archive, with
the page title updated appropriately.

For theme and plugin developers, you can access the index page’s post object with the following.

the_index_page();

This works exactly like the_post();, populating the $post variable with the index page’s data.

Installation

  1. Upload the contents of index-pages.tar.gz to your /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Frequently Asked Questions

Installation Instructions

  1. Upload the contents of index-pages.tar.gz to your /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

Review feed

No reviews available

Screenshots

No screenshots available

Changelog

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.