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

CSS Theme Override

설명

If you’ve ever wanted to control how a particular part of your page or posts looks without having to modify the theme files or stylesheets,
this is a simple plugin that allows you to do that.

Once installed and activated, you’ll have a new settings panel in the WordPress admin that will provide you with a text area block
where you can include any styling you’d like to use, and a second input field that allows you to insert a comma delimited list of page
or post IDs to apply these styles to.

Alternatively, you can enter ‘ALL’, and have your styles applied on every page/post.

Bug Reports or Feature Requests
https://trello.com/b/9Bio6kHl

Follow me on Twitter
https://twitter.com/jcummings1974

설치

  1. Upload the plugin to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit the CSS Override section of the settings menu.
  4. Enter the id or class style that you want to use as an override, without the style tags.
  5. Choose a specific page/post ID, or enter ‘ALL’, and save.
  6. Visit your page in the browser to view your style override in action.

FAQ

What restrictions are there on the styling you can add?

None that I can think of.

Why isn’t the styling showing up?

Make sure that when you enter your styles in the options panel, that you haven’t included the style tags, which the plugin adds for you.
Make sure that you clear/update any caching plugin that you may be using. If you have doubts as to whether your style is being injected
in to the page, view the source of your page and look for the css you’ve supplied in the head section of the HTML for that page.

후기

2016년 9월 3일
Wonderful! It was just the plugin I was looking for. Simply to use and powerful!
2016년 9월 3일
I just wanted to delete the background image only from the front page. Installed, wrote down the new css, set the front page id only for the override. DONE! (with no test to achieve the best results: it simply worked immediately!)
모든 4 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.1.2

  • WordPress 4.0 compatibility release

1.1.1

  • Improved instructions in the settings panel
  • Clarified the “Enter CSS Style” error in the admin when incorrect text is entered in the form field.
  • Appended an !important to the custom class defined to insure that style is applied.

1.1

  • Added the ability to use the ‘ALL’ page id to have the changes apply to all pages/posts

1.0

  • Initial release