Title: Insert Code by Angie Makes
Author: Chris Baldelomar
Published: <strong>17. Mai 2014</strong>
Last modified: 10. Mai 2017

---

Plugins suchen

Dieses Plugin wurde **nicht mit den 3 neuesten Hauptversionen von WordPress getestet**.
Es wird möglicherweise nicht mehr gepflegt oder unterstützt und kann bei der Verwendung
mit neueren WordPress-Versionen zu Kompatibilitätsproblemen führen.

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

# Insert Code by Angie Makes

 Von [Chris Baldelomar](https://profiles.wordpress.org/cbaldelomar/)

[Herunterladen](https://downloads.wordpress.org/plugin/wpc-insert-code.zip)

 * [Details](https://de.wordpress.org/plugins/wpc-insert-code/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/wpc-insert-code/#reviews)
 *  [Installation](https://de.wordpress.org/plugins/wpc-insert-code/#installation)
 * [Entwicklung](https://de.wordpress.org/plugins/wpc-insert-code/#developers)

 [Support](https://wordpress.org/support/plugin/wpc-insert-code/)

## Beschreibung

This plugin makes it easy for you to add custom scripts to the head and footer sections
of your site. A theme can also add theme support to enable the insert of custom 
code (HTML, Javascript, and CSS) at the top of a page, above header, below header,
above content, and below content.

[Live Demo & Documentation](http://hallie.angiemakes.com/ad-spots/)

## Screenshots

[⌊Insert Code⌉⌊Insert Code⌉[

Insert Code

## Installation

 1. Uzip the `wpc-insert-code.zip` folder.
 2. Upload the `wpc-insert-code` folder to your `/wp-content/plugins` directory.
 3. In your WordPress dashboard, head over to the _Plugins_ section.
 4. Activate _WP Canvas – Insert Codes_.

## FAQ

  Installation Instructions

 1. Uzip the `wpc-insert-code.zip` folder.
 2. Upload the `wpc-insert-code` folder to your `/wp-content/plugins` directory.
 3. In your WordPress dashboard, head over to the _Plugins_ section.
 4. Activate _WP Canvas – Insert Codes_.

  How do I add theme support

// Enable support for custom code to be inserted on various sections of theme
 add_theme_support(‚
wpc-insert-code‘, array( ‚top-of-page‘, ‚above-header‘, ‚below-header‘, ‚above-content‘,‚
below-content‘ ) );

    ```
    <!-- add lines of code in the appropriate section of your theme -->
    <?php do_action( 'wpc_insert_code_top_of_page' ); ?>
    <?php do_action( 'wpc_insert_code_above_header' ); ?>
    <?php do_action( 'wpc_insert_code_below_header' ); ?>
    <?php do_action( 'wpc_insert_code_above_content' ); ?>
    <?php do_action( 'wpc_insert_code_below_content' ); ?>
    ```

## Rezensionen

Zu diesem Plugin liegen noch keine Rezensionen vor.

## Mitwirkende und Entwickler

„Insert Code by Angie Makes“ ist Open-Source-Software. Folgende Menschen haben an
diesem Plugin mitgewirkt:

Mitwirkende

 *   [ Chris Baldelomar ](https://profiles.wordpress.org/cbaldelomar/)

[Übersetze „Insert Code by Angie Makes“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/wpc-insert-code)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/wpc-insert-code/),
sieh dir das [SVN-Repository](https://plugins.svn.wordpress.org/wpc-insert-code/)
an oder abonniere das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/wpc-insert-code/)
per [RSS](https://plugins.trac.wordpress.org/log/wpc-insert-code/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

### Version 1.2

 * rebranded

### Version 1.1

 * removed static declaration on none static members

### Version 1.0

 * Plugin released. Everything is new!

## Meta

 *  Version **1.2**
 *  Zuletzt aktualisiert **vor 9 Jahren**
 *  Aktive Installationen **900+**
 *  WordPress-Version ** 3.9.1 oder höher **
 *  Getestet bis **4.7.33**
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/wpc-insert-code/)
 * Schlagwörter
 * [html](https://de.wordpress.org/plugins/tags/html/)[insert HTML](https://de.wordpress.org/plugins/tags/insert-html/)
   [insert javascript](https://de.wordpress.org/plugins/tags/insert-javascript/)
   [insert js](https://de.wordpress.org/plugins/tags/insert-js/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/wpc-insert-code/advanced/)

## Bewertungen

 5 von 5 Sternen.

 *  [  2 5-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=5)
 *  [  0 4-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=4)
 *  [  0 3-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=3)
 *  [  0 2-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=2)
 *  [  0 1-Sterne-Rezensionen     ](https://wordpress.org/support/plugin/wpc-insert-code/reviews/?filter=1)

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/wpc-insert-code/reviews/)

## Mitwirkende

 *   [ Chris Baldelomar ](https://profiles.wordpress.org/cbaldelomar/)

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/wpc-insert-code/)