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

Site Specific CSS

설명

Note: Sorry about the bad header problem. Version 1.0.1 should work much better.

If you want a different CSS file (also known as a skin) for the different sites you are working on in WordPress Multi-Site you have to make a child theme (best practice) or copy a theme and change its name, css, and whatever else you may desire to change (less than optimal solution).

But wait! There is a better solution!

You can add site specific CSS to each blog individually, instead of changing your theme or using a million child themes.

This let’s you keep all the functionality built into your favorite theme and just change the look a bit. It is a much lighter solution than creating yet another child theme which gets tedious on multi sites.

We originally developed this because we created a child theme based on twenty-ten and then wanted to create several variations but wordpress doesn’t let you make a child theme of a child theme. Now, we do not need to. And for just thirty nine ninty… wait… It is free? What is wrong with us?

Got comments? Wanna share this with all your multi-site friends? Cool! We do too!

설치

Here are three different ways you can install this plug-in:

  1. Use the handy install option built into wordpress.
  2. or… Download the zip file, un-zip, and upload to the plug-ins directory.
  3. or… Copy the contents of site-specific-css.php to the functions.php of your favorite child theme.

Then if you installed as a plug-in (options 1 or 2 above), activate the plugin.

Next make sure you can upload a css file.
1. Goto the Super Admin menu
1. Select options, and near the bottom find a list of all acceptable file extensions.
1. Make sure css is on the list.

Now to use it.

  1. Upload the css file you’d like to apply to your site using the media upload (recommended) or ftp.
  2. After you upload, copy the location of the file.
  3. Make sure you have the correct site and child theme active, then look under appearance. There will be a new menu item for Site Specific CSS.
  4. Paste the URL of the CSS file into the only (for now) option box, then save changes.
  5. Enjoy your new look.

FAQ

What is next for this plugin?

Here are some features we want to add: (feel free to vote on features and/or contribute code)
* Link to multiple custom CSS files.
* Include a small amount of CSS directly in the header via an input box.
* Upload to the media library directly from the options page.
* Allow linking to files in the media library via point and click.
* Check that CSS is a valid upload type and add if not.

What other questions do you have?

This is the first release so we are gathering questions right now. Do you have any questions?

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0 First public release.
1.0.1 Header corrected so it will install.