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

cTabs

설명

Why do you need it? It makes things so much easier when you have a lot of content to put on one page and tabs would be ideal. cTabs lets you add a tabbed content area directly in your post or page, without having to edit the theme template.

cTabs comes with a nice default style but you can edit it anyway you would like through the built in CSS editor in options menu. If you change the css and want to go back to the default, just reset the css in the options menu.

스크린샷

  • Default customization of cTabs in action.
  • cTabs option page.

설치

Old busted way to install this plugin:

  1. Upload folder ctabs to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Place [tabgroup][tab title="Tab One"]Content in tab one here.[/tab][tab title="Tab Two"]Content in tab two here.[/tab][/tabgroup] in your post or page content area.
  4. If desired, click the cTabs option on the admin appearance menu. Change the CSS to whatever you would like.

New hotness way to install this plugin:

  1. From your wordpress plugin menu, click ‘add new’.
  2. Search for ‘ctabs’.
  3. Click ‘Install Now’.
  4. After install, click ‘Activate’.
  5. Place [tabgroup][tab title="Tab One"]Content in tab one here.[/tab][tab title="Tab Two"]Content in tab two here.[/tab][/tabgroup] in your post or page content area.
  6. If desired, click the cTabs option on the admin appearance menu. Change the CSS to whatever you would like.

FAQ

Why do I get a huge margin above my tabs?

WordPress wants you to place all of your shortcodes on a line by themselves. I try to keep the line above and below my shortcode empty when I use them. If there is content on the line above, below, or beside the [shortcode] it will add a lot of
‘s to the top of the tabs.

Can I have multiple tabgroups on one page?

Currently no. I plan to make that option available soon.

Can I customize the CSS?

Yes. cTabs is very customizable directly from the admin options menu. Modify the CSS however you want. Option to reset to default is available.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.3

  • Added – No Cache for issues with ie8 switching between tabs.

1.2.2

  • Fixed – Issue causing jQuery conflict and tabs to show but not switch.

1.2.1

  • Fixed – Issue that broke tabs.

1.2

  • Added – Don’t show nasty head css when not using the tabs.

1.1

  • Added ability to use other plugin shortcodes inside a tab.
  • Minor default CSS adjustments to help avoid conflicts.
  • Minor update to options page

1.0

  • Initial Release