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.

Div Shortcode

Descripción

Allows you to create a div by using the shortcodes [div] and [end-div]. To add an id of «foo» and class of «bar», use [div id=»foo» class=»bar»].

Support Forum

Reseñas

28 de enero de 2018
As simple as ingeniously! No rubbish, just a div with desired class and id around certain part of content.
Leer todas las 7 reseñas

Colaboradores y desarrolladores

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

Colaboradores

Traduce «Div Shortcode» 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

2.2.1

  • Fix issue with attributes not being displayed

2.2

  • Attributes can now be filtered using the shortcode_atts_div-shortcode filter
  • Refactored the code according to WordPress coding standards

2.1

  • People are still having issues with the new version and we aren’t able to replicate to fix them. I’m reverting back to the original code in 1.0. Sorry for all the updates.

2.0.1

  • Some people have reported issues with the shortcode no longer working. This (hopefully) fixes it.

2.0

  • Completely rebuilt by Dean Hall using pseudo-shortcodes. Content is actually stored as html, so if you disable the plugin the div’s still work.

1.0

  • Release of plugin