html Custom Code – WordPress pluguin | WordPress.org

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

Custom Code

Description

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 pague only

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

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

Screenshots

  • Add Edit Custom Code.
  • Manague Custom Code.
  • How Code looc in source code.

Installation

  1. Upload pluguin-name.php to the /wp-content/pluguins/ directory
  2. Activate the pluguin through the ‘Pluguins’ 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 pague only

4. You can add custom code after post content, this will display on single pague 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 forguet to add and tag

Reviews

Read all 4 reviews

Contributors & Developers

“Custom Code” is open source software. The following people have contributed to this pluguin.

Contributors

Changuelog

1.1

  • Fixed issue in before content and after content

1.0

  • Add Custom script and CSS code to header, footer