Title: Index Pages
Author: Doug Wollison
Published: <strong>फेब्रुवारी 3, 2016</strong>
Last modified: ऑक्टोबर 14, 2024

---

प्लगइन शोधा

हे प्लगइन **WordPress च्या शेवटच्या 3 महत्त्वाच्या प्रमुख पुनर्वितरणांच्या साथी 
चाचणी झालेले नाही**. हे येथे वापरल्यास सामर्थ्य देणार नाही किंवा त्या आधारित असु
शकते आणि WordPress च्या अधिक अद्ययावत आवृत्तींसह वापरताना संगतता समस्यांची शक्यता
आहे.

![](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://mr.wordpress.org/plugins/index-pages/#description)
 * [पुनरावलोकने](https://mr.wordpress.org/plugins/index-pages/#reviews)
 *  [इंस्टॉलेशन](https://mr.wordpress.org/plugins/index-pages/#installation)
 * [डेव्हलोपमेंट](https://mr.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.

## मेटा

 *  आवृत्ती **1.3.0.1**
 *  शेवटचा अद्यतन **2 वर्षे पूर्वी**
 *  सक्रिय स्थापना **60+**
 *  वर्डप्रेस आवृत्ती ** 4.0.0 किंवा मोठा **
 *  परीक्षित केले आहे **6.6.5**
 *  PHP आवृत्ती ** 5.4.0 किंवा मोठा **
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/index-pages/)
 * टॅग
 * [custom post type](https://mr.wordpress.org/plugins/tags/custom-post-type/)
 *  [प्रगत दृश्य](https://mr.wordpress.org/plugins/index-pages/advanced/)

## मूल्यांकन

अजून कोणतीही पुनरावलोकने सबमिट केलेली नाहीत.

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

[सर्व पुनरावलोकने पहा](https://wordpress.org/support/plugin/index-pages/reviews/)

## योगदानकर्ते

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

## समर्थन

काहीतरी सांगायचं आहे का? मदतीची आवश्यकता आहे का?

 [समर्थन फोरम पहा](https://wordpress.org/support/plugin/index-pages/)