Title: insert
Author: ryanve
Published: <strong>जनवरी 30, 2014</strong>
Last modified: जनवरी 30, 2014

---

प्लगइन्स खोजें

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/insert.svg)

# insert

 [ryanve](https://profiles.wordpress.org/ryanve/) द्वारा

[डाउनलोड](https://downloads.wordpress.org/plugin/insert.zip)

 * [विवरण](https://hi.wordpress.org/plugins/insert/#description)
 * [समीक्षा](https://hi.wordpress.org/plugins/insert/#reviews)
 *  [स्थापना](https://hi.wordpress.org/plugins/insert/#installation)
 * [विकास](https://hi.wordpress.org/plugins/insert/#developers)

 [समर्थन](https://wordpress.org/support/plugin/insert/)

## विवरण

### Usage

Use the `[insert]` shortcode inside posts or anywhere else that processes [shortcodes](https://codex.wordpress.org/Shortcode_API).

#### `[insert]` shortcode attributes

 * query – sets up a new [`WP_Query`](https://codex.wordpress.org/Class_Reference/WP_Query)
   via [`get_posts()`](https://codex.wordpress.org/Template_Tags/get_posts)
 * data – data to pass to actions
 * action – action to run, runs for each post if applicable
 * filter – filter to run, runs for each post if applicable
 * template – template to load via [`locate_template()`](https://codex.wordpress.org/Function_Reference/locate_template)

All attributes are optional and can be used in combination to yield powerful abilities.

### Abilities

Possibilities with `[insert]` are endless. Practical uses include:

 * Insert posts into posts
 * Insert hooks into posts
 * Insert posts into widgets
 * Run action hooks via widgets
 * Load templates via widgets

### Examples

#### Insert a template

    ```
    `
    ```

[insert template=”branding.php”]
 `

#### Insert an action

    ```
    `
    ```

[insert action=”dostuff”]
 `

#### Pass data to an action

    ```
    `
    ```

[insert data=”field=slug&value=example&tax=category” action=”dostuff”]
 `

The action receives data as an array.

    ```
    `
    ```

add_action(‘dostuff’, ‘print_r’);
 `

#### Insert a page via template

    ```
    `
    ```

[insert query=”name=about&post_type=page” template=”entry.php”]
 `

#### Insert a page via action

This sets up the query and triggers the action.

    ```
    `
    ```

[insert query=”name=about&post_type=page” action=”dostuff”]
 `

WP template tags are available inside the action.

    ```
    `
    ```

add_action(‘dostuff’, ‘the_title’);
 `

### Github

 * [github.com/ryanve/insert](https://github.com/ryanve/insert)

## इंस्टॉलेशन

Requires: PHP 5.3+

 1. Upload to the `/wp-content/plugins/` directory
 2. Activate through the Plugins menu in WordPress

## समीक्षाएं

इस प्लगइन के लिए कोई समीक्षा नहीं है।

## सहायक &डेवलपर्स

यह खुला स्रोत सॉफ्टवेयर है। अनुगामी लोगो ने इस प्लगइन के लिए योगदान दिया है।

योगदानकर्ता

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

[Translate “insert” into your language.](https://translate.wordpress.org/projects/wp-plugins/insert)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/insert/), check out
the [SVN repository](https://plugins.svn.wordpress.org/insert/), or subscribe to
the [development log](https://plugins.trac.wordpress.org/log/insert/) by [RSS](https://plugins.trac.wordpress.org/log/insert/?limit=100&mode=stop_on_copy&format=rss).

## मेटा

 *  संस्करण **0.1.0**
 *  Last updated **13 वर्ष पहले**
 *  Active installations **10+**
 *  WordPress version ** 2.7.0 या ज्यादा **
 *  Tested up to **3.8.0**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/insert/)
 * Tags
 * [insert](https://hi.wordpress.org/plugins/tags/insert/)[shortcode](https://hi.wordpress.org/plugins/tags/shortcode/)
 *  [Advanced View](https://hi.wordpress.org/plugins/insert/advanced/)

## मूल्यांकन

No reviews have been submitted yet.

[आपकी समीक्षा](https://wordpress.org/support/plugin/insert/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/insert/reviews/)

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

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

## समर्थन

कुछ कहना है? कोई मदद चाहिए?

 [समर्थन फोरम देखें ](https://wordpress.org/support/plugin/insert/)

## प्रदान करना

आप इस प्लगइन की उन्नति का समर्थन करना चाहेंगे?

 [ इस प्लगइन को प्रदान करें ](http://gittip.com/ryanve)