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.

Custom Code

विवरण

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

स्क्रिनसटहरू

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

स्थापना

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

प्रश्नोत्तर

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

समीक्षाहरू

सबै 4 समीक्षाहरू पढ्नुहोस्

योगदानकर्ता र डेभलपरहरू

“Custom Code” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

चेन्जलग

1.1

  • Fixed issue in before content and after content

1.0

  • Add Custom script and CSS code to header, footer