Deze plugin is niet getest met de laatste drie grote versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Er kunnen ook compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Custom Code

Beschrijving

Add Custom script and CSS code to header, footer,before post,after post.

1. You can add custom code at header, but before

2. You can add custom code at footer, but before

3. You can add custom code before post content, this will display on single page only

4. You can add custom code after post content, this will display on single page only

You can use plain html, JavaScript and CSS code, but for JavaScript and CSS don’t forget to add and tag

Schermafbeeldingen

  • Add Edit Custom Code.
  • Manage Custom Code.
  • How Code look in source code.

Installatie

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

FAQ

In which place I can add custom code?

1. You can add custom code at header, but before

2. You can add custom code at footer, but before

3. You can add custom code before post content, this will display on single page only

4. You can add custom code after post content, this will display on single page only

which type of code I can use for custom code?

You can use plain html, JavaScript and CSS code, but for JavaScript and CSS don’t forget to add and tag

Beoordelingen

Lees alle 4 beoordelingen

Bijdragers & ontwikkelaars

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

Bijdragers

Vertaal “Custom Code” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.1

  • Fixed issue in before content and after content

1.0

  • Add Custom script and CSS code to header, footer