Title: P2P Slides
Author: chrisguitarguy
Published: <strong>ছেপ্টেম্বৰ 22, 2012</strong>
Last modified: ছেপ্টেম্বৰ 22, 2012

---

প্লাগিনৰ সন্ধান কৰক

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

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

# P2P Slides

 [chrisguitarguy](https://profiles.wordpress.org/chrisguitarguy/)-ৰ দ্বাৰা

[ডাউনল’ড কৰক](https://downloads.wordpress.org/plugin/p2p-slides.1.0.zip)

 * [বিশদ বিৱৰণ](https://as.wordpress.org/plugins/p2p-slides/#description)
 * [পৰ্য্যালোচনা](https://as.wordpress.org/plugins/p2p-slides/#reviews)
 *  [ইনষ্টলেশ্যন](https://as.wordpress.org/plugins/p2p-slides/#installation)
 * [বিকাশ](https://as.wordpress.org/plugins/p2p-slides/#developers)

 [সাহায্য](https://wordpress.org/support/plugin/p2p-slides/)

## বৰ্ণনা

**Note:** This plugin requires [Posts 2 Posts](https://wordpress.org/extend/plugins/posts-to-posts/)

Allows you to associate a custom post type (“slides”) with any of your other post

types (defaults to “pages”). This is useful for theme developers of those that want
to add custom sliders around your theme.

This plugin does not provide you out of the box front end functionality. If you’re

looking for a drop in and play slider, this isn’t it.

## স্ক্ৰীনশ্বট

 * [[
 * The meta box.

## ইনষ্টলেশ্যন

First, install and active [Posts 2 Posts](https://wordpress.org/extend/plugins/posts-to-posts/).

Then, use the WordPress installer to install this plugin or …

 1. Click the big orrange button to download the plugin
 2. Unzip the plugin files
 3. Upload the `p2p-slides` folder to your `/wp-content/plugins/` directory
 4. Activate the plugin in the admin area

After installing, you should see a new meta box on your edit screen for pages.

If you wish to modify what post types get associated with slides, simply hook
 into`
after_setup_theme` and add theme support for `p2p-slides`.

    ```
    <?php
    add_action('after_setup_theme', 'my_special_setup');
    function my_special_setup()
    {
        // this is the same as just having the plugin installed
        add_theme_support('p2p-slides');

        add_theme_support('p2p-slides', array('a-post-type', 'another-post-type'));
    }
    ```

To use the slides, you’ll need to check the `slides` property of each `$post`.

    ```
    <?php
    // start the loop as normal
    while(have_posts()): the_post();
    ?>

        <?php if($post->slides): ?>
            We have slides! Loop through them.
            <?php foreach($post->slides as $slide): ?>
                Do stuff with $slide here, it's just a post object
            <?php endforeach; ?>
        <?php endif; ?>

    <?php endwhile; ?>
    ```

You can find a more complete example, in the form of a page template for `twentyeleven`
in the P2P Slides’ `inc` directory.

## সঘনাই উত্থাপিত প্ৰশ্ন

  Why no front end prettiness?

Because that’s a theme’s job. This plugin is only meant to provide you with
 tools
to extend your theme or child theme.

  Is this Posts 2 Posts legit?

Yes. [Posts 2 Posts](https://wordpress.org/extend/plugins/posts-to-posts/)
 is amazing.

## পৰ্য্যালোচনা

এই প্লাগিনৰ বাবে কোনো পৰ্য্যালোচনা নাই।

## অৱদানকাৰী আৰু বিকাশকাৰীসকল

“P2P Slides” হৈছে মুক্ত উৎসৰ ছফ্টৱেৰ। এইসকল লোকে এই প্লাগিনত অৱদান আগবঢ়াইছে।

অৱদানকাৰীসকল

 *   [ chrisguitarguy ](https://profiles.wordpress.org/chrisguitarguy/)

[আপোনাৰ ভাষাত “P2P Slides” অনুবাদ কৰক।](https://translate.wordpress.org/projects/wp-plugins/p2p-slides)

### বিকাশৰ প্ৰতি আগ্ৰহী?

[ক’ড ব্ৰাউজ কৰক](https://plugins.trac.wordpress.org/browser/p2p-slides/), [SVN ৰিপজিটৰী](https://plugins.svn.wordpress.org/p2p-slides/)
চাওক নাইবা [RSS](https://plugins.trac.wordpress.org/log/p2p-slides/?limit=100&mode=stop_on_copy&format=rss)-
দ্বাৰা [বিকাশৰ পঞ্জী](https://plugins.trac.wordpress.org/log/p2p-slides/) ছাবস্ক্ৰাইব
কৰক।

## সলনি-পঞ্জী

#### 1.0

 * Initial version.

## মেটা

 *  **1.0** সংস্কৰণ
 *  **14 বছৰ আগত** শেষবাৰ আপডে’ট হৈছিল
 *  সক্ৰিয় ইনষ্টলেশ্যন **10+**
 *  WordPress-ৰ সংস্কৰণ ** 3.4.2 বা তাতকৈ ওপৰৰ **
 *  ইমানলৈকে পৰীক্ষা কৰা হৈছে **3.5.2**
 *  ভাষা
 * [English (US)](https://wordpress.org/plugins/p2p-slides/)
 * [posts to posts](https://as.wordpress.org/plugins/tags/posts-to-posts/)[slider](https://as.wordpress.org/plugins/tags/slider/)
   [slides](https://as.wordpress.org/plugins/tags/slides/)
 *  টেগবোৰ
 *  [উচ্চখাপৰ ভিউ](https://as.wordpress.org/plugins/p2p-slides/advanced/)

## ৰে’টিংবোৰ

এতিয়ালৈ কোনো পৰ্য্যালোচনা দাখিল কৰা হোৱা নাই।

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

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

## অৱদানকাৰীসকল

 *   [ chrisguitarguy ](https://profiles.wordpress.org/chrisguitarguy/)

## সাহায্য

কিবা ক’বলগীয়া আছে? সহায় লাগে?

 [সাহায্যৰ ফ’ৰাম চাওক](https://wordpress.org/support/plugin/p2p-slides/)

## দান কৰক

আপুনি এই প্লাগিনৰ উন্নতিৰ প্ৰতি সাহায্য আগবঢ়াব বিচাৰেনে?

 [ এই প্লাগিনক অনুদান দিয়ক ](http://www.pwsausa.org/give.htm)