Title: insert
Author: ryanve
Published: <strong>30 januari 2014</strong>
Last modified: 30 januari 2014

---

Plugins zoeken

Deze plugin **is niet getest met de laatste 3 grotere versies van WordPress**. Mogelijk
wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen
ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

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

# insert

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

[Download](https://downloads.wordpress.org/plugin/insert.zip)

 * [Details](https://nl.wordpress.org/plugins/insert/#description)
 * [Beoordelingen](https://nl.wordpress.org/plugins/insert/#reviews)
 *  [Installatie](https://nl.wordpress.org/plugins/insert/#installation)
 * [Ontwikkeling](https://nl.wordpress.org/plugins/insert/#developers)

 [Ondersteuning](https://wordpress.org/support/plugin/insert/)

## Beschrijving

### 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)

## Installatie

Requires: PHP 5.3+

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

## Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

## Bijdragers & ontwikkelaars

“insert” is open source software. De volgende personen hebben bijgedragen aan deze
plugin.

Bijdragers

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

[Vertaal “insert” in je eigen taal.](https://translate.wordpress.org/projects/wp-plugins/insert)

### Interesse in ontwikkeling?

[Bekijk de code](https://plugins.trac.wordpress.org/browser/insert/), haal de [SVN repository](https://plugins.svn.wordpress.org/insert/)
op, of abonneer je op het [ontwikkellog](https://plugins.trac.wordpress.org/log/insert/)
via [RSS](https://plugins.trac.wordpress.org/log/insert/?limit=100&mode=stop_on_copy&format=rss).

## Meta

 *  Versie **0.1.0**
 *  Laatst geüpdatet **12 jaar geleden**
 *  Actieve installaties **10+**
 *  WordPress versie ** 2.7.0 of nieuwer **
 *  Getest t/m **3.8.0**
 *  Taal
 * [English (US)](https://wordpress.org/plugins/insert/)
 * Tags
 * [insert](https://nl.wordpress.org/plugins/tags/insert/)[shortcode](https://nl.wordpress.org/plugins/tags/shortcode/)
 *  [Geavanceerde weergave](https://nl.wordpress.org/plugins/insert/advanced/)

## Waarderingen

Er zijn nog geen beoordelingen ingediend.

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

[Bekijk alle beoordelingen](https://wordpress.org/support/plugin/insert/reviews/)

## Bijdragers

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

## Ondersteuning

Iets te melden? Hulp nodig?

 [Het supportforum bekijken](https://wordpress.org/support/plugin/insert/)

## Doneren

Wil je de groei van deze plugin ondersteunen?

 [ Doneer aan deze plugin ](http://gittip.com/ryanve)