Title: Index Pages
Author: Doug Wollison
Published: <strong>3. фебруар 2016.</strong>
Last modified: 14. октобар 2024.

---

Претражи додатке

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

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

# Index Pages

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

[Преузимање](https://downloads.wordpress.org/plugin/index-pages.1.3.0.1.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/index-pages/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/index-pages/#reviews)
 *  [Постављање](https://sr.wordpress.org/plugins/index-pages/#installation)
 * [Изградња](https://sr.wordpress.org/plugins/index-pages/#developers)

 [Подршка](https://wordpress.org/support/plugin/index-pages/)

## Опис

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.

## Постављање

 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.

## Прегледи

Нема рецензија за овај додатак.

## Сарадници и градитељи

„Index Pages“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

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

[Преведите „Index Pages“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/index-pages)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/index-pages/), проверите
[SVN складиште](https://plugins.svn.wordpress.org/index-pages/) или се пријавите
на [белешку градње](https://plugins.trac.wordpress.org/log/index-pages/) преко [RSS-а](https://plugins.trac.wordpress.org/log/index-pages/?limit=100&mode=stop_on_copy&format=rss).

## Белешка о изменама

**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.

## Мета

 *  Version **1.3.0.1**
 *  Last updated **2 године раније**
 *  Active installations **60+**
 *  WordPress version ** 4.0.0 или новије **
 *  Tested up to **6.6.5**
 *  PHP version ** 5.4.0 или новије **
 *  Language
 * [English (US)](https://wordpress.org/plugins/index-pages/)
 * Tag
 * [custom post type](https://sr.wordpress.org/plugins/tags/custom-post-type/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/index-pages/advanced/)

## Оцене

No reviews have been submitted yet.

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

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

## Сарадници

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

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/index-pages/)