Title: Index Pages
Author: Doug Wollison
Published: <strong>2016-02-03</strong>
Last modified: 2024-10-14

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

![](https://s.w.org/plugins/geopattern-icon/index-pages.svg)

# Index Pages

 Autor: [Doug Wollison](https://profiles.wordpress.org/dougwollison/)

[Pobierz](https://downloads.wordpress.org/plugin/index-pages.1.3.0.1.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/index-pages/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/index-pages/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/index-pages/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/index-pages/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/index-pages/)

## Opis

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.

## Instalacja

 1. Upload the contents of `index-pages.tar.gz` to your `/wp-content/plugins/` directory.
 2. Włącz wtyczkę wybierając w menu administratora WordPressa pozycję „Wtyczki”.

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„Index Pages” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój
wtyczki.

Zaangażowani

 *   [ Doug Wollison ](https://profiles.wordpress.org/dougwollison/)

[Przetłumacz wtyczkę “Index Pages” na swój język.](https://translate.wordpress.org/projects/wp-plugins/index-pages)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/index-pages/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/index-pages/) lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/index-pages/)
przez [RSS](https://plugins.trac.wordpress.org/log/index-pages/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

**Details on each release can be found [on the GitHub releases page](https://github.com/dougwollison/index-pages/releases)
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.

## Meta

 *  Wersja **1.3.0.1**
 *  Ostatnia aktualizacja **2 lata temu**
 *  Włączone instalacje **60+**
 *  Wersja WordPressa ** 4.0.0 lub nowszej **
 *  Testowano do **6.6.5**
 *  Wersja PHP ** 5.4.0 lub nowszej **
 *  Język
 * [English (US)](https://wordpress.org/plugins/index-pages/)
 * Tag
 * [custom post type](https://pl.wordpress.org/plugins/tags/custom-post-type/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/index-pages/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

[Your review](https://wordpress.org/support/plugin/index-pages/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/index-pages/reviews/)

## Zaangażowani

 *   [ Doug Wollison ](https://profiles.wordpress.org/dougwollison/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/index-pages/)