Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

cTabs

Descripción

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.

Capturas

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

Instalación

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.

Preguntas frecuentes

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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

«cTabs» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «cTabs» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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