यो प्लगिन वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन। यो अब सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

Easy JS and CSS support.

विवरण

This plugin enables you to insert javascript and css for a specific post or page. Files can be included or the code can be inserted inline in the <head>-tag.

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

  • Added input fields when editing posts and pages

स्थापना

  1. Fetch file and unpack to directory /wp-content/plugins/
  2. Activate plugin
  3. Insert Javascript and CSS in the post or page advanced options

प्रश्नोत्तर

It does not work – there’s no output?

Be sure to output wp_head in your template by inserting <?php wp_head(); ?>

समीक्षाहरू

यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।

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

“Easy JS and CSS support.” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

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

चेन्जलग

1.3

  • First stable upload

1.4

  • Bugfix: fields got remove on comment update.
  • Meta-fields are now prefixed with _ to make them hidden.