이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

CSS JS Files

설명

A simple WordPress plugin that allows users to select files CSS and/or write CSS rules to any single page or post or globally

설치

This section describes how to install the plugin and get it working.

  1. Upload entire css-js-files folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. That’s it, you’ll see a Select CSS/JS files and/or write your custom CSS/JS rules metabox on all add or edit posts/pages.

후기

2016년 12월 19일
If I could give it 20 stars, I would! My themes now can be configured and look completely different, in real time, per post/page basis, decided by the user, and not me, the theme author. Just brilliant !!! I was using 2 other pieces of code to do the same, but each had it’s limitations.
모든 2 평가 읽기

기여자 & 개발자

“CSS JS Files”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “CSS JS Files”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.5.6

  • Only use syntax highlighting on global page until it works with gutenburg editor

1.5.5

  • Set tab sizes to 4

1.5.4

  • Add syntax highlighting for CSS/JS

1.5.3

  • Add version when insert css files so they can be updated for CDNs and other caching models

1.5.2

  • Additional security fixes and improvements to editor

1.5.1

  • Additional fix to vulnerability in editor
  • Remove PHP 8.X warning

1.5.0

  • Fix vulnerability in editor
  • Bug fixes and improvements

1.4.9

  • Fix count() error on PHP 8+ when post/page has no meta

1.4.8

  • Remove code that deletes meta on move to trash as this was not working anyway and we may want to restore if restored from trash

1.4.7

  • Prevent output of blank CSS/JS links

1.4.6

  • Restore original sanetization for fields

1.4.5

  • Fix saving of head/body/footer fields

1.4.4

  • Compatibility and sanetizing

1.4.3

  • Add admin css/js

1.4.2

  • Ability to add custom html in the head/body/footer hooks

1.4.1

  • Fix JavaScript for latest WordPress JQuery version

1.4.0

  • Allow remote JavaScript and CSS files and fonts

1.3.5

  • Sort filenames in drop down

1.3.4

  • Fix not echoing global rules introduced in 1.3.3

1.3.3

  • Fix “PHP message: PHP Warning: count(): Parameter must be an array or an object that implements Countable”

1.3.2

  • Fix “Parameter must be an array or an object that implements” warnings

1.3.1

  • Fix for assumed constant warning

1.3.0

  • Bug fix for showing global CSS/JS on other pages like home/search etc.
  • Show post specific CSS/JS on front page if it is a static page
  • Show post specific CSS/JS on posts page

1.2.0

  • Bug fix to make global js files actually include
  • Put global JS files first so that post specific comes after

1.1.1

  • Bug fix for initial global CSS/JS text option

1.1.0

  • Global CSS/JS files and rules
  • Change CSS/JS search path
  • Editor for CSS/JS files

1.0.0

  • Initital version